ghc-7.8.4: The GHC API

Safe HaskellNone
LanguageHaskell98

Class

Synopsis

Documentation

defMethSpecOfDefMeth :: DefMeth -> DefMethSpec Source

Convert a DefMethSpec to a DefMeth, which discards the name field in the DefMeth constructor of the DefMeth.

type FunDep a = ([a], [a]) Source

mkClass :: [TyVar] -> [([TyVar], [TyVar])] -> [PredType] -> [Id] -> [ClassATItem] -> [ClassOpItem] -> ClassMinimalDef -> TyCon -> Class Source