uuagc-bootstrap

Safe HaskellSafe-Infered

Parser

Documentation

evalStepsMessages :: (Eq s, Show s, Show p) => Steps a s p -> (a, [Message s p])

loopp :: (a -> Bool) -> (a -> IO a) -> a -> IO a

codescrapL :: Pos -> [Char] -> (Token, Pos, [Char])

scrapL :: Column -> Pos -> [Char] -> (Pos, [Char], [Char])

pCostSym' :: IsParser p s => Int# -> s -> p s