package ez_cmdliner

  1. Overview
  2. Docs

Module EZCMD.TYPESSource

Sourcetype 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
]
Sourcetype env
Sourcetype info
Sourcemodule Arg : sig ... end
Sourcetype arg_list = (string list * Arg.spec * info) list
Sourcetype sub