package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type module_internalization_error =
  1. | NotAModuleNorModtype of string
  2. | IncorrectWithInModule
  3. | IncorrectModuleApplication
exception ModuleInternalizationError of module_internalization_error
type module_kind =
  1. | Module
  2. | ModType
  3. | ModAny