Types
Exceptions
Built-in exceptions.
exception Negative_position of intOccurs when an integer should be positive.
Additional functions
Additional functions to facilitate practical work with Exn.t.
val check_position : int -> (int, t) Stdlib.resultCheck if a position is positive.
val equal : t -> t -> boolval pp : Stdlib.Format.formatter -> t -> unitFormatter for pretty-printing for Exn.t.