module MakeOptions: functor (O : Ot) -> sig .. end
functor (
O
:
Ot
) ->
sig
end
val verbose : int OptParse.Opt.t
int OptParse.Opt.t
val quiet : bool OptParse.Opt.t
bool OptParse.Opt.t
val progress : bool OptParse.Opt.t
val timers : bool OptParse.Opt.t
val options : OptParse.OptParser.t
OptParse.OptParser.t