histogram-fill-0.9.1.0: Library for histograms creation.

Safe HaskellSafe
LanguageHaskell98

Data.Histogram.Bin.Read

Description

Helper function for defining Read instances for bin data types.

Synopsis

Documentation

ws :: ReadP String Source #

Whitespaces

eol :: ReadP Char Source #

End of line

value :: Read a => String -> ReadPrec a Source #

Key value pair

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

Return optional value

keyword :: String -> ReadPrec () Source #

Keyword