| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Type.Show_old
Documentation
class TypeShow a where Source #
Minimal complete definition
Nothing
class ListElemsShow a where Source #
Methods
showListElems :: Proxy a -> String Source #
Instances
| ListElemsShow ([] :: [k]) Source # | |
Defined in Type.Show_old Methods showListElems :: Proxy [] -> String Source # | |
| (TypeShow a2, ListElemsShow as) => ListElemsShow (a2 ': as :: [a1]) Source # | |
Defined in Type.Show_old Methods showListElems :: Proxy (a2 ': as) -> String Source # | |
| TypeShow a => ListElemsShow (a ': ([] :: [k]) :: [k]) Source # | |
Defined in Type.Show_old Methods showListElems :: Proxy (a ': []) -> String Source # | |