Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.String.Interpolate.Types
Documentation
data InterpSegment Source #
Constructors
Expression String | |
Verbatim String | |
Spaces Int | |
Tabs Int |
Instances
Show InterpSegment Source # | |
Defined in Data.String.Interpolate.Types Methods showsPrec :: Int -> InterpSegment -> ShowS show :: InterpSegment -> String showList :: [InterpSegment] -> ShowS | |
Eq InterpSegment Source # | |
Defined in Data.String.Interpolate.Types |
type Line = [InterpSegment] Source #