ivory-0.1.0.3: Safe embedded C programming.

Safe HaskellNone
LanguageHaskell2010

Ivory.Language.Syntax.Concrete.QQ.TypeQQ

Synopsis

Documentation

data TyVar Source

Constructors

TyVar 

Fields

tyVar :: Name
 
constraints :: [Class]
 

type TTyVar a = QStM TyVar a Source

fromProcType :: Type -> String -> [(Type, a)] -> Q Dec Source

Create a procedure type.