package coq-generic-environments

  1. Overview
  2. No Docs
Generic Environments is a library that provides an abstract data type for environments

Install

Dune Dependency

Authors

Maintainers

Sources

v8.11.0.tar.gz
sha256=e8ecd4c1b4656183934989a73fc6dc2da1f7d0937dce7922ee2cfca7e5427328

Description

Generic Environments is a library which provides an abstract data type of environments, as a functor parameterized by a module defining variables, and a function which builds environments for such variables with any Type of type. Usual operations over environments are defined, along with an extensive set of basic and more advanced properties. Moreover, an implementation using lists satisfying and all the required properties is provided.

Dependencies (1)

  1. coq >= "8.4" & < "8.13~"

Dev Dependencies

None

Used by

None

Conflicts

None