package coq-dictionaries

  1. Overview
  2. No Docs
Dictionaries (with modules)

Install

Dune Dependency

Authors

Maintainers

Sources

v8.7.0.tar.gz
md5=1e1e78b0a76827b75de4f43ec8602c1d

Description

This file contains a specification for dictionaries, and an implementation using binary search trees. Coq's module system, with module types and functors, is heavily used. It can be considered as a certified version of an example proposed by Paulson in Standard ML. A detailed description (in French) can be found in the chapter 11 of The Coq'Art, the book written by Yves Bertot and Pierre Castéran (please follow the link http://coq.inria.fr/doc-eng.html)

Dependencies (2)

  1. coq >= "8.7" & < "8.8~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None