Safe Haskell | None |
---|---|
Language | Haskell2010 |
- type EffectiveDigit = ReadFractional
- floating :: EffectiveDigit r => ByteString -> Maybe (r, ByteString)
- type Base = Radix
- floating10 :: forall r. EffectiveDigit r => ByteString -> Maybe (r, ByteString)
- floating' :: (Base b, EffectiveDigit r) => proxy b -> ByteString -> Maybe (r, ByteString)
Documentation
type EffectiveDigit = ReadFractional Source
Deprecated: use ReadFractional
floating :: EffectiveDigit r => ByteString -> Maybe (r, ByteString) Source
Deprecated: use fractional
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'