Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.String.Interpolate.Types
Documentation
data InterpSegment Source #
Instances
Show InterpSegment Source # | |
Defined in Data.String.Interpolate.Types | |
Eq InterpSegment Source # | |
Defined in Data.String.Interpolate.Types Methods (==) :: InterpSegment -> InterpSegment -> Bool Source # (/=) :: InterpSegment -> InterpSegment -> Bool Source # |
type Line = [InterpSegment] Source #