string-interpolate-0.3.4.0: Haskell string/text/bytestring interpolation that just works
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.String.Interpolate.Types

Documentation

data InterpSegment Source #

Constructors

Expression String 
Verbatim String 
Spaces Int 
Tabs Int 

Instances

Instances details
Show InterpSegment Source # 
Instance details

Defined in Data.String.Interpolate.Types

Methods

showsPrec :: Int -> InterpSegment -> ShowS

show :: InterpSegment -> String

showList :: [InterpSegment] -> ShowS

Eq InterpSegment Source # 
Instance details

Defined in Data.String.Interpolate.Types

type Lines = [Line] Source #