symbols-0.3.0.0: Symbol manipulation
Data.Symbol.Utils
class Uncons (sym :: Symbol) (h :: Symbol) (t :: Symbol) where Source #
Methods
uncons :: Proxy '(h, t) Source #
Defined in Data.Symbol.Utils
uncons :: Proxy (h, t) Source #
class Listify (sym :: Symbol) (result :: [Symbol]) where Source #
listify :: Proxy result Source #
listify :: Proxy result' Source #
listify :: Proxy nil Source #