| Copyright | (c) 2012 University of Oxford |
|---|---|
| License | BSD3 |
| Maintainer | generics@haskell.org |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Generics.Deriving.ConNames
Description
Functionality for retrieving the names of the possible contructors
class ConNames (f :: k -> Type) where Source #
Methods
gconNames :: forall (a :: k). f a -> [String] Source #
gconNameOf :: forall (a :: k). f a -> String Source #