llvm-extra-0.6.0.1: Utility functions for the llvm interface

Safe HaskellNone
LanguageHaskell98

LLVM.Extra.Execution

Documentation

class Compile externFunction where Source

Associated Types

type LLVMFunction externFunction :: * Source

Methods

compile :: LLVMFunction externFunction -> EngineAccess externFunction Source

Instances

Compile (FunPtr f) 
(Compile fa, Compile fb) => Compile (fa, fb) 
(Compile fa, Compile fb, Compile fc) => Compile (fa, fb, fc)