package cmdlang-stdlib-runner

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

Innovation. Community. Security.