hw-mquery-0.1.0.1: Conduits for tokenizing streams.
HaskellWorks.Data.Row
type MaxChars = Int Source #
data Row a Source #
Constructors
Instances
Methods
pretty :: Row (DList a) -> Doc #
prettyList :: [Row (DList a)] -> Doc #
prettyRowOfString :: Show a => Row (DList a) -> Doc Source #