NumericPrelude-0.0: An experimental alternative hierarchy of numeric type classesContentsIndex
NumericPrelude.Text
Contents
Formatting and parsing.
Synopsis
showsInfixPrec :: (Show a, Show b) => String -> Int -> Int -> a -> b -> ShowS
readsInfixPrec :: (Read a, Read b) => String -> Int -> Int -> (a -> b -> c) -> ReadS c
(.>) :: ReadS (b -> c) -> ReadS b -> ReadS c
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