ghc-8.0.0.20160204: The GHC API

Safe HaskellNone
LanguageHaskell2010

TcDeriv

Synopsis

Documentation

data DerivInfo Source

Stuff needed to process a `deriving` clause

Constructors

DerivInfo 

Fields

mkDerivInfos :: [TyClGroup Name] -> TcM [DerivInfo] Source

Extract `deriving` clauses of proper data type (skips data families)