package alba

  1. Overview
  2. Docs
type t =
  1. | Operator_precedence of string * string
  2. | Illegal_name of string
  3. | Illegal_command of string list
  4. | Ambiguous_command of string list
  5. | Duplicate_argument
  6. | Unused_definition of string
  7. | No_result_type
  8. | No_argument_type