NativecodeSourceThis file defines the mllambda code generation phase of the native compiler. mllambda represents a fragment of ML, and can easily be printed to OCaml code.
val compile_constant_field :
Environ.env ->
Names.Constant.t ->
global list ->
'a Declarations.constant_body ->
global listval compile_mind_field :
Names.ModPath.t ->
Names.Label.t ->
global list ->
Declarations.mutual_inductive_body ->
global listval mk_conv_code :
Environ.env ->
Nativelambda.evars ->
string ->
Constr.constr ->
Constr.constr ->
linkable_codeval mk_norm_code :
Environ.env ->
Nativelambda.evars ->
string ->
Constr.constr ->
linkable_code