package coq-tlc

  1. Overview
  2. No Docs
A general-purpose alternative to Coq's standard library

Install

Dune Dependency

Authors

Maintainers

Sources

20171206.tar.gz
md5=ae684eebe7035e5b03bd2ca9fb64ee8a

Description

TLC relies on the axioms of functional extensionality, propositional extensionality, and indefinite description (also known as Hilbert's epsilon operator). The consequences of these axioms include the law of the excluded middle as well as proof irrelevance. Accepting these axioms often makes life significantly simpler.

TLC takes advantage of Coq's type class mechanism. In particular, this allows for common operators and lemma names for all container data structures and all order relations.

TLC includes the optimal fixed point combinator, which allows arbitrarily-complex recursive and co-recursive definitions.

TLC provides a collection of tactics that enhance the default tactics provided by Coq. These tactics help construct more concise and more robust proof scripts.

Published: 08 Dec 2017

Dependencies (2)

  1. coq >= "8.6" & < "8.10~"
  2. ocaml

Dev Dependencies

None

Used by (1)

  1. coq-cfml < "20181201"

Conflicts

None