multirec-0.2: Generic programming with systems of recursive datatypesSource codeContentsIndex
Generics.MultiRec.ConNames
Portabilitynon-portable
Stabilityexperimental
Maintainergenerics@haskell.org
Description
Generic function that returns the constructor names available in a system of datatypes.
Documentation
class ConNames f whereSource
Methods
hconNames :: f s r ix -> [String]Source
show/hide Instances
conNames :: forall s ix. (Ix s ix, ConNames (PF s)) => s ix -> [String]Source
Produced by Haddock version 2.4.2