Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
anyAsciiDecimalInt# :: Addr# -> Addr# -> (# (# #) | (# Int#, Addr# #) #)flatparse FlatParse.Common.Numbers Parse a non-empty ASCII decimal digit sequence as a positive Int. Fails on overflow.
anyAsciiDecimalIntOverflow# :: Addr# -> Addr# -> (# (# #) | (# Int#, Addr# #) #)flatparse FlatParse.Common.Numbers Parse a non-empty ASCII decimal digit sequence as a positive Int. May overflow.
anyAsciiDecimalIntOverflow_# :: Int# -> Addr# -> Addr# -> (# Int#, Addr# #)flatparse FlatParse.Common.Numbers Parse a non-empty ASCII decimal digit sequence as a positive Int. May overflow.
-
flatparse FlatParse.Common.Numbers Parse a non-empty ASCII decimal digit sequence as a positive Integer.
anyAsciiDecimalWord# :: Addr# -> Addr# -> (# (# #) | (# Word#, Addr# #) #)flatparse FlatParse.Common.Numbers Parse a non-empty ASCII decimal digit sequence as a Word. Fails on overflow.
anyAsciiDecimalWord_# :: Word# -> Addr# -> Addr# -> (# (# #) | (# Word#, Addr# #) #)flatparse FlatParse.Common.Numbers No documentation available.
anyAsciiHexInt# :: Addr# -> Addr# -> (# (# #) | (# Int#, Addr# #) #)flatparse FlatParse.Common.Numbers Parse a non-empty, case-insensitive ASCII hexadecimal digit sequence as a positive Int. Fails on overflow.
anyAsciiHexWord# :: Addr# -> Addr# -> (# (# #) | (# Word#, Addr# #) #)flatparse FlatParse.Common.Numbers Parse a non-empty, case-insensitive ASCII hexadecimal digit sequence as a Word. Fails on overflow.
anyAsciiHexWord_# :: Word# -> Addr# -> Addr# -> (# (# #) | (# Word#, Addr# #) #)flatparse FlatParse.Common.Numbers No documentation available.
anyVarintProtobuf# :: Addr# -> Addr# -> (# (# #) | (# Int#, Addr#, Int# #) #)flatparse FlatParse.Common.Numbers protobuf style (LE, redundant, on continues)