fixhs-0.1.3: FIX (co)parser

Data.Coparser

Documentation

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

Methods

pack :: String -> aSource

unpack :: a -> StringSource

singleton :: Char -> aSource

append :: a -> a -> aSource

concat :: [a] -> aSource

cons :: Char -> a -> aSource

snoc :: a -> Char -> aSource

decimal :: Integral i => i -> aSource

realFloat :: RealFloat r => r -> aSource

length :: a -> IntSource

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

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