Module Psl.ErrorSource

Sourcetype t = [
  1. | `incomplete_input of Pos.t * string list * string option
  2. | `invalid_int of Pos.t * string * string
  3. | `invalid_strands of Pos.t * string * string
  4. | `invalid_number_of_columns of Pos.t * string * int
]