| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Type.Show
Documentation
ppPrintType :: TypeShow a => Proxy a -> IO () Source
ppShowType :: TypeShow a => Proxy a -> String Source
class ListElemsShow a where Source
Methods
showListElems :: Proxy a -> String Source
Instances
| ListElemsShow [k] ([] k) Source | |
| (TypeShow k a, ListElemsShow [k] as) => ListElemsShow [k] ((:) k a as) Source | |
| TypeShow k a => ListElemsShow [k] ((:) k a ([] k)) Source |