模块 Clflags.Float_arg_helper

module Float_arg_helper: sig .. end

以轮数为索引的浮点数表示的优化参数。


type parsed 
val parse : string -> string -> parsed ref -> unit
type parse_result = 
| 成功
| Parse_failed of exn
val parse_no_error : string ->
parsed ref ->
parse_result
val get : key:int -> parsed -> float