SimplifLambda simplification and lambda plugin hooks
Warning: this module is unstable and part of compiler-libs.
val simplify_lambda : string -> Lambda.lambda -> Lambda.lambdaval split_default_wrapper :
id:Ident.t ->
kind:Lambda.function_kind ->
params:(Ident.t * Lambda.value_kind) list ->
return:Lambda.value_kind ->
body:Lambda.lambda ->
attr:Lambda.function_attribute ->
loc:Location.t ->
(Ident.t * Lambda.lambda) listval is_tail_native_heuristic : (int -> bool) refmodule Hooks : Misc.HookSig with type t = Lambda.lambda