llvm-hs-4.0.0.0: General purpose LLVM bindings

Safe HaskellSafe
LanguageHaskell98

LLVM.Internal.Inject

Documentation

class Inject a b where Source #

Minimal complete definition

inject

Methods

inject :: a -> b Source #

Instances

Inject a a Source # 

Methods

inject :: a -> a Source #