Function_decls.Function_declval create : let_rec_ident:Ident.t option -> closure_bound_var:Variable.t -> kind:Lambda.function_kind -> params:Ident.t list ->
body:Lambda.lambda -> attr:Lambda.function_attribute -> loc:Lambda.scoped_location -> tval closure_bound_var : t -> Variable.tval kind : t -> Lambda.function_kindval body : t -> Lambda.lambdaval inline : t -> Lambda.inline_attributeval specialise : t -> Lambda.specialise_attributeval is_a_functor : t -> boolval stub : t -> boolval loc : t -> Lambda.scoped_locationval free_idents : t -> Ident.Set.t