package ollvm

  1. Overview
  2. Docs
type block = Ollvm_ast.ident * Ollvm_ast.instr list
val declare : Value.t -> Type.t list -> Ollvm_ast.declaration
val define : Value.t -> Value.t list -> block list -> Ollvm_ast.definition
val block : Value.t -> Ollvm_ast.instr list -> block