1Simplif(3)                       OCaml library                      Simplif(3)
2
3
4

NAME

6       Simplif - Lambda simplification and lambda plugin hooks
7

Module

9       Module   Simplif
10

Documentation

12       Module Simplif
13        : sig end
14
15
16       Lambda simplification and lambda plugin hooks
17
18
19
20
21
22
23       val simplify_lambda : string -> Lambda.lambda -> Lambda.lambda
24
25
26
27
28       val  split_default_wrapper : id:Ident.t -> kind:Lambda.function_kind ->
29       params:Ident.t  list   ->   body:Lambda.lambda   ->   attr:Lambda.func‐
30       tion_attribute -> loc:Location.t -> (Ident.t * Lambda.lambda) list
31
32
33
34
35       val is_tail_native_heuristic : (int -> bool) Pervasives.ref
36
37
38
39       module Hooks : sig end
40
41
42
43
44
45
46
47OCamldoc                          2019-02-02                        Simplif(3)
Impressum