ivory-0.1.0.3: Safe embedded C programming.

Safe HaskellNone
LanguageHaskell2010

Ivory.Language.Syntax.Concrete.QQ.ProcQQ

Synopsis

Documentation

fromProc :: ProcDef -> Q [Dec] Source

Turn our proc AST value into a Haskell type declaration and definition.

fromInclProc :: IncludeProc -> Q [Dec] Source

Turn our importProc AST value into a Haskell type declaration and definition.