Safe Haskell | None |
---|---|
Language | Haskell2010 |
DataFrame.Internal.Parsing
Documentation
readInteger :: HasCallStack => Text -> Maybe Integer Source #
readByteStringInt :: HasCallStack => ByteString -> Maybe Int Source #
readByteStringDouble :: HasCallStack => ByteString -> Maybe Double Source #
readDouble :: HasCallStack => Text -> Maybe Double Source #
readIntegerEither :: HasCallStack => Text -> Either Text Integer Source #
readIntEither :: HasCallStack => Text -> Either Text Int Source #
readDoubleEither :: HasCallStack => Text -> Either Text Double Source #
readWithDefault :: (HasCallStack, Read a) => a -> Text -> a Source #