type-spine-0.2.20120924: A spine-view on types

Portabilitysee LANGUAGE pragmas (... GHC)
Stabilityexperimental
Maintainernicolas.frisby@gmail.com
Safe HaskellNone

Type.Spine.TH

Description

Template Haskell in support of the spine-view on types.

Synopsis

Documentation

liftNameG_d :: Name -> Q ExpSource

A Template Haskell-lifter for data constructors' NameGs.

tyConSignature :: Name -> Q ([Kind], Kind)Source

Returns the kinds of a type constructor's type parameters and range.