[Home] Type Microsoft.FSharp.Compatibility.OCaml.Arg.spec


The spec value describes the action of the argument, and whether it expects a following parameter.

Full Type Signature

type spec =
  | Clear of bool ref
  | Float of (float -> unit)
  | Int of (int -> unit)
  | Rest of (string -> unit)
  | Set of bool ref
  | String of (string -> unit)
  | Unit of (unit -> unit)

See Also

Microsoft.FSharp.Compatibility.OCaml.Arg


Documentation for assembly FSharp.Compatibility, version 1.9.4.19, generated using F# version 1.9.4.19