package cmdlang-stdlib-runner

  1. Overview
  2. Docs
type 'a t = {
  1. param : 'a Cmdlang_ast.Ast.Param.t;
  2. docv : string option;
  3. doc : string;
  4. rev_var : 'a list ref;
}
type packed =
  1. | T : 'a t -> packed
OCaml

Innovation. Community. Security.