Gamgine-0.7.0: Some kind of game library or set of utilities.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gamgine.Image.PNG.Internal.Parser

Documentation

block :: Monad m => Int -> ParsecT LBS u m LBS Source #

allowedValues :: (a -> Parser a) -> [(a, b)] -> Parser b Source #