package alba

  1. Overview
  2. Docs
type t =
  1. | Operator_precedence of range * string * string
  2. | Illegal_name of range * string
  3. | Illegal_command of range * string list
  4. | Ambiguous_command of range * string list
  5. | Duplicate_argument of range
OCaml

Innovation. Community. Security.