Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
GHC.Tc.Deriv.Functor
Description
The deriving code for the Functor, Foldable, and Traversable classes
Documentation
Constructors
FT | |
Fields
|
foldDataConArgs :: FFoldType a -> DataCon -> [a] Source #
gen_Functor_binds :: SrcSpan -> TyCon -> [Type] -> (LHsBinds GhcPs, BagDerivStuff) Source #
gen_Foldable_binds :: SrcSpan -> TyCon -> [Type] -> (LHsBinds GhcPs, BagDerivStuff) Source #
gen_Traversable_binds :: SrcSpan -> TyCon -> [Type] -> (LHsBinds GhcPs, BagDerivStuff) Source #