| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Type.Show
Documentation
ppPrintType :: forall a m. (TypeShow a, MonadIO m) => m () Source #
ppShowType :: forall a. TypeShow a => String Source #
class ListElemsShow a where Source #
Minimal complete definition
Methods
Instances
| ListElemsShow [k] ([] k) Source # | |
| (TypeShow a1 a2, ListElemsShow [a1] as) => ListElemsShow [a1] ((:) a1 a2 as) Source # | |
| TypeShow k a => ListElemsShow [k] ((:) k a ([] k)) Source # | |