histogram-fill-0.7.0.0: Library for histograms creation.

Safe HaskellSafe-Infered

Data.Histogram.Bin.Read

Description

Helper function for defining Read instances for bin data types.

Synopsis

Documentation

ws :: ReadP StringSource

Whitespaces

eol :: ReadP CharSource

End of line

value :: Read a => String -> ReadPrec aSource

Key value pair

maybeValue :: Read a => String -> ReadPrec (Maybe a)Source

Return optional value