fixhs-0.1.4: FIX (co)parser

Safe HaskellNone

Data.Coparser

Documentation

class Enum c => BuilderLike cs c | cs -> c whereSource

Methods

pack :: String -> csSource

unpack :: cs -> StringSource

singleton :: Char -> csSource

append :: cs -> cs -> csSource

concat :: [cs] -> csSource

cons :: Char -> cs -> csSource

snoc :: cs -> Char -> csSource

decimal :: Integral i => i -> csSource

realFloat :: RealFloat r => r -> csSource

length :: cs -> IntSource

foldl' :: (b -> Char -> b) -> b -> cs -> bSource

foldl :: (b -> Char -> b) -> b -> cs -> bSource