Errors.Environment_l
This module contains the type of errors linked to entries in environments.
type t =
| EntryNotFound of string
| NotALexicon of string
| NotASignature of string
| DuplicatedEntry of string
| Other
val kind : string
val pp : Stdlib.Format.formatter -> t -> unit