Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
atomSpecials :: Set Char Source #
isAtomChar :: Char -> Bool Source #
toInt :: ByteString -> Either ErrorMessage Integer Source #
parseNumber :: (Integer -> a) -> ByteString -> ByteString -> Parser (Either ErrorMessage a) Source #