histogram-fill-0.8.2.0: Library for histograms creation.
Data.Histogram.Bin.Read
Description
Helper function for defining Read instances for bin data types.
Synopsis
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