package cmdlang-stdlib-runner

  1. Overview
  2. Docs
type 'a t = {
  1. command : 'a Cmdlang_ast.Ast.Command.t;
  2. resume_parsing_from_index : int;
}
OCaml

Innovation. Community. Security.