numeric-prelude-0.0.5: An experimental alternative hierarchy of numeric type classesSource codeContentsIndex
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 -> ShowSSource
Show a value using an infix operator.
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.
Produced by Haddock version 2.6.0