package ez_cmdliner

  1. Overview
  2. Docs
type block = [
  1. | `S of string
  2. | `P of string
  3. | `Pre of string
  4. | `I of string * string
  5. | `Noblank
  6. | `Blocks of block list
]
type env
type info
module Arg : sig ... end
type arg_list = (string list * Arg.spec * info) list
type sub
OCaml

Innovation. Community. Security.