Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Darcs.Patch.Witnesses.Show
Documentation
data ShowDict a where Source #
Constructors
ShowDictClass :: Show a => ShowDict a | |
ShowDictRecord :: (Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> ShowDict a |
darcs-2.14.4: a distributed, interactive, smart revision control system
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Darcs.Patch.Witnesses.Show
data ShowDict a where Source #
Constructors
ShowDictClass :: Show a => ShowDict a | |
ShowDictRecord :: (Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> ShowDict a |