bytestring-nums-0.1.0: Parse numeric literals from ByteStrings.

Data.ByteString.Nums.Careless.Float

Synopsis

Documentation

class (Intable b f, Fractional f) => Floatable b f whereSource

Types that can be read from floating point strings. The fractional part is taken to be the last group of digits behind a decimal point or comma. Characters are not decimal digits are simply skipped.

Methods

float :: b -> fSource