1Clflags.Float_arg_helper(3)      OCaml library     Clflags.Float_arg_helper(3)
2
3
4

NAME

6       Clflags.Float_arg_helper   -  Optimization  parameters  represented  as
7       floats indexed by round number.
8

Module

10       Module   Clflags.Float_arg_helper
11

Documentation

13       Module Float_arg_helper
14        : sig end
15
16
17       Optimization parameters represented as floats indexed by round number.
18
19
20
21
22
23       type parsed
24
25
26
27
28
29       val parse : string -> string -> parsed ref -> unit
30
31
32
33       type parse_result =
34        | Ok
35        | Parse_failed of exn
36
37
38
39
40
41       val parse_no_error : string -> parsed ref -> parse_result
42
43
44
45
46       val get : key:int -> parsed -> float
47
48
49
50
51
52
53OCamldoc                          2019-07-30       Clflags.Float_arg_helper(3)
Impressum