Safe Haskell | None |
---|---|
Language | Haskell2010 |
Darcs.Patch.Witnesses.Show
Documentation
class Show1 (a :: Type -> Type) where #
Minimal complete definition
Nothing
Instances
class Show2 (a :: Type -> Type -> Type) where #
Minimal complete definition
Nothing
Methods
Instances
showsPrec1 :: Show1 a => Int -> a wX -> ShowS #
showsPrec2 :: Show2 a => Int -> a wX wY -> ShowS #