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 #
Methods
Instances
ListElemsShow ([] :: [k]) Source # | |
Defined in Type.Show Methods | |
(TypeShow a2, ListElemsShow as) => ListElemsShow (a2 ': as :: [a1]) Source # | |
Defined in Type.Show Methods | |
TypeShow a => ListElemsShow (a ': ([] :: [k]) :: [k]) Source # | |
Defined in Type.Show Methods |