ghc-definitions-th-0.1: Automatically generate GHC API counterparts to Haskell declarations.
Safe HaskellNone
LanguageHaskell2010

GHC.Definitions.TH.Example

Documentation

type Definitions = ?definitions :: DefinitionsRecord Source #

pattern MaybeTy :: Definitions => [Type] -> Type Source #

pattern IdExpr :: Definitions => [Expr a] -> Expr a Source #

pattern NothingExpr :: Definitions => [Expr a] -> Expr a Source #

pattern NothingTy :: Definitions => [Type] -> Type Source #

pattern EqTy :: [Type] -> Type Source #

pattern MinusTy :: Definitions => [Type] -> Type Source #

pattern OrdTy :: Definitions => [Type] -> Type Source #