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