Copyright | (C) 2020 Csongor Kiss |
---|---|
License | BSD3 |
Maintainer | Csongor Kiss <kiss.csongor.kiss@gmail.com> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
type family ShowSymbols (ctors :: [Symbol]) :: ErrorMessage where ... Source #
ShowSymbols '[] = 'Text "" | |
ShowSymbols (c ': cs) = ('Text "\8226 " ':<>: 'Text c) ':$$: ShowSymbols cs |