package acgtk

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

Module Errors.Environment_lSource

This module contains the type of errors linked to entries in environments.

Sourcetype t =
  1. | EntryNotFound of string
  2. | NotALexicon of string
  3. | NotASignature of string
  4. | DuplicatedEntry of string
  5. | Other
Sourceval kind : string
Sourceval pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.