Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 2.14 KB

index.md

File metadata and controls

46 lines (29 loc) · 2.14 KB
title lang header-includes
Generic Environments
en
<style type="text/css"> body {font-family: Arial, Helvetica; margin-left: 5em; font-size: large;} </style> <style type="text/css"> h1 {margin-left: 0em; padding: 0px; text-align: center} </style> <style type="text/css"> h2 {margin-left: 0em; padding: 0px; color: #580909} </style> <style type="text/css"> h3 {margin-left: 1em; padding: 0px; color: #C05001;} </style> <style type="text/css"> body { width: 1100px; margin-left: 30px; }</style>

About

Welcome to the Generic Environments project website! This project is part of coq-community.

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.

This is an open source project, licensed under the MIT license.

Get the code

The current stable release of Generic Environments can be downloaded from GitHub.

Documentation

Related publications, if any, are listed below.

Help and contact

Authors and contributors

  • Emmanuel Polonowski