ghc-8.2.2: The GHC API

Safe HaskellNone
LanguageHaskell2010

TcDeriv

Synopsis

Documentation

data DerivInfo #

Stuff needed to process a datatype's `deriving` clauses

Constructors

DerivInfo 

Fields

mkDerivInfos :: [LTyClDecl Name] -> TcM [DerivInfo] #

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