Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
type family Format (str :: Symbol) where ... Source #
Format str = ContFormat 0 (UnconsSymbol str) |
fmt :: forall str. (KnownSymbol str, Interpolate (Format str)) => (Rec '[] -> Rec (Format str)) -> Builder Source #
See usage example next to
at Typist.TextShow#=