bytestring-nums-0.3.2: Parse numeric literals from ByteStrings.Source codeContentsIndex
Data.ByteString.Nums.Careless.Float
Synopsis
class (Intable b f, Fractional f) => Floatable b f where
float :: b -> f
Documentation
class (Intable b f, Fractional f) => Floatable b f whereSource
Types that can be read from floating point strings. A floating point string is taken to be a string of digits with up to one comma or period mixed in with the digits.
Methods
float :: b -> fSource
show/hide Instances
Produced by Haddock version 2.6.1