package ostap

  1. Overview
  2. Docs

Module Errors.ErrorsSource

Sourcetype error =
  1. | Delete of char * int
  2. | Replace of char * int
Sourcetype t = error list
Sourceval showError : error -> string
Sourceval pos : error -> int
Sourceval lastError : t -> error
Sourceval addError : error -> t -> t
Sourceval empty : t
Sourceval length : t -> int
Sourceval show : t -> string
Sourceval equal : t -> t -> bool