package coq-dictionaries

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

Install

Dune Dependency

Authors

Maintainers

Sources

v8.6.0.tar.gz
md5=b2a6cc1fbe2a58889d19bbd5717e7a74

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.6" & < "8.7~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None