package climate

  1. Overview
  2. Docs

Source file non_ret.ml

1
2
3
4
5
6
7
8
9
10
11
open! Import

type t =
  | Help of Command_doc_spec.t
  | Manpage of
      { spec : Command_doc_spec.t
      ; prose : Manpage.Prose.t
      }
  | Reentrant_query of { suggestions : string list }
  | Parse_error of Error.Parse_error.t
  | Generate_completion_script of { completion_script : string }
OCaml

Innovation. Community. Security.