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>,...
8
10 Module Arg_helper
11
13 Module Arg_helper
14 : sig end
15
16
17 Decipher command line arguments of the form <value> | <key>=<value>
18 ,...
19
20 (as used for example for the specification of inlining parameters vary‐
21 ing by simplification round).
22
23 Warning: this module is unstable and part of Compiler_libs .
24
25
26
27
28
29 module Make : functor (S : sig end) -> sig end
30
31
32
33
34
35
36
37OCamldoc 2023-07-20 Arg_helper(3)