jon.recoil.org

Module Oxcaml_args.Extra_params

Extra_params module provides a way to read oxcaml flags from OCAMLPARAM. All command line flags should support it, with the exception of debug printing, such as -dcfg.

val read_param : Stdlib.Format.formatter -> Compenv.readenv_position -> string -> string -> bool

read_param ppf pos name value returns whether the param was handled.