darcs-beta-2.4.98.5: a distributed, interactive, smart revision control systemSource codeContentsIndex
Darcs.Witnesses.Show
Documentation
data ShowDict a whereSource
Constructors
ShowDictClass :: Show a => ShowDict a
ShowDictRecord :: (Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> ShowDict a
showD :: ShowDict a -> a -> StringSource
showListD :: ShowDict a -> [a] -> ShowSSource
showsPrecD :: ShowDict a -> Int -> a -> ShowSSource
class Show1 a whereSource
Methods
showDict1 :: ShowDict aSource
show/hide Instances
Show2 p => Show1 (Non p)
class Show2 a whereSource
Methods
showDict2 :: ShowDict aSource
show/hide Instances
show1 :: Show1 a => a -> StringSource
showsPrec1 :: Show1 a => Int -> a -> ShowSSource
show2 :: Show2 a => a -> StringSource
showsPrec2 :: Show2 a => Int -> a -> ShowSSource
showOp2 :: (Show2 a, Show2 b) => Int -> String -> Int -> a -> b -> String -> StringSource
appPrec :: IntSource
Produced by Haddock version 2.6.1