package coq-dictionaries

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

Install

Dune Dependency

Authors

Maintainers

Sources

v8.5.0.tar.gz
md5=623fd76cb0a76b9e10d3652e960b9e24

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.5" & < "8.6~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None