package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.1.tar.gz
sha256=513e953b7183d478acb75fd6e80e4dc32ac1a918cf4343ac31a859cfb4e9aad2

doc/coq-core.interp/Modintern/index.html

Module ModinternSource

Module internalization errors

Sourcetype module_internalization_error =
  1. | NotAModuleNorModtype of string
  2. | IncorrectWithInModule
  3. | IncorrectModuleApplication
Sourceexception ModuleInternalizationError of module_internalization_error

Module expressions and module types are interpreted relatively to possible functor or functor signature arguments. When the input kind is ModAny (i.e. module or module type), we tries to interprete this ast as a module, and in case of failure, as a module type. The returned kind is never ModAny, and it is equal to the input kind when this one isn't ModAny.

Sourcetype module_kind =
  1. | Module
  2. | ModType
  3. | ModAny
OCaml

Innovation. Community. Security.