frostc-1.0.0.0: The Frost Programming Language Compiler
Safe HaskellSafe-Inferred
LanguageHaskell2010

Codegen.ExprGen.Types

Synopsis

Documentation

class ToLLVM a where Source #

Type conversion to LLVM IR.

Methods

toLLVM :: a -> Type Source #

Instances

Instances details
ToLLVM Type Source # 
Instance details

Defined in Codegen.ExprGen.Types

Methods

toLLVM :: Type -> Type0 Source #