Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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