1Arg_helper(3) OCaml library Arg_helper(3)
2
3
4
6 Arg_helper - Decipher command line arguments of the form <value> |
7 <key>=<value>,... (as used for example for the specification of inlinā
8 ing parameters varying by simplification round).
9
11 Module Arg_helper
12
14 Module Arg_helper
15 : sig end
16
17
18 Decipher command line arguments of the form <value> | <key>=<value>
19 ,... (as used for example for the specification of inlining parameters
20 varying by simplification round).
21
22
23
24
25
26 module Make : functor (S : sig end) -> sig end
27
28
29
30
31
32
33
34OCamldoc 2018-07-14 Arg_helper(3)