llvm-hs-pure-5.1.2: Pure Haskell LLVM functionality (no FFI).

Safe HaskellSafe
LanguageHaskell98

LLVM.AST.Typed

Description

Querying the type of LLVM expressions

Documentation

class Typed a where #

Minimal complete definition

typeOf

Methods

typeOf :: a -> Type #