llvm-general-pure-3.3.14.4: Pure Haskell LLVM functionality (no FFI).

Safe HaskellNone
LanguageHaskell98

LLVM.General.TH

Description

This module is presents template haskell mostly like the template-haskell >= 2.10 / ghc >= 7.10, even on earlier versions. It's intended as an internal library for llvm-general-pure and llvm-general; it's exposed only to be shared between the two.

Documentation

conT :: Typish qt => Name -> qt Source

appT :: Typish qt => qt -> Q Type -> qt Source