Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Darcs.Patch.Witnesses.Show
Documentation
Constructors
ShowDictClass :: Show a => ShowDict a | |
ShowDictRecord :: (Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> ShowDict a |
showsPrecD :: ShowDict a -> Int -> a -> ShowS #
Minimal complete definition
Instances
Minimal complete definition
Instances
showsPrec1 :: Show1 a => Int -> a wX -> ShowS #
showsPrec2 :: Show2 a => Int -> a wX wY -> ShowS #