utility-ht-0.0.10: Various small helper functions for Lists, Maybes, Tuples, Functions
Text.Read.HT
Synopsis
readsInfixPrec :: (Read a, Read b) => String -> Int -> Int -> (a -> b -> c) -> ReadS cSource
Parse a string containing an infix operator.
(.>) :: ReadS (b -> c) -> ReadS b -> ReadS cSource
Compose two parsers sequentially.
readMany :: Read a => String -> [a]Source
maybeRead :: Read a => String -> Maybe aSource