histogram-fill-0.8.1.1: Library for histograms creation.

Safe HaskellSafe-Inferred

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

keyword :: String -> ReadPrec ()Source

Keyword