package climate

  1. Overview
  2. Docs
type t =
  1. | Reentrant_query of {
    1. suggestions : string list;
    }
  2. | Generate_completion_script of {
    1. completion_script : string;
    }

A result of running a command other than returning a value

OCaml

Innovation. Community. Security.