模組 Clflags.Int_arg_helper

module Int_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 -> int