package alba

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Parser_lang.ProblemSource

Sourcetype 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.