| |||||
| |||||
| |||||
Synopsis | |||||
| |||||
Formatting and parsing. | |||||
showsInfixPrec :: (Show a, Show b) => String -> Int -> Int -> a -> b -> ShowS | |||||
Show a value using an infix operator. | |||||
readsInfixPrec :: (Read a, Read b) => String -> Int -> Int -> (a -> b -> c) -> ReadS c | |||||
Parse a string containing an infix operator. | |||||
(.>) :: ReadS (b -> c) -> ReadS b -> ReadS c | |||||
Produced by Haddock version 0.7 |