bytestring-read-0.3.1: fast ByteString to number converting library

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.Read.DEPRECATED

Synopsis

Documentation

type EffectiveDigit = ReadFractional Source

Deprecated: use ReadFractional

floating :: EffectiveDigit r => ByteString -> Maybe (r, ByteString) Source

Deprecated: use fractional

type Base = Radix Source

Deprecated: use Radix

floating10 :: forall r. EffectiveDigit r => ByteString -> Maybe (r, ByteString) Source

Deprecated: use fractional10

floating' :: (Base b, EffectiveDigit r) => proxy b -> ByteString -> Maybe (r, ByteString) Source

Deprecated: use floating'