package coq-dictionaries

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

Install

Dune Dependency

Authors

Maintainers

Sources

v8.10.0.tar.gz
md5=f3526b8bd66cfea5d80f86ddda5a866f

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.10" & < "8.11~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None