Giter VIP home page Giter VIP logo

tlc's Introduction

The TLC Coq library

Description

TLC is a general-purpose library that provides an alternative to Coq's standard library.

  • 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.

Status:

  • The current version of TLC works with Coq 8.6 and 8.7.
  • TLC 2.0 (beta) was released in November 2017, with a complete polishing phase.

Compatibility:

  • Disclaimer: to allow improving the design of TLC, backward compatibility is not guaranteed.
  • TLC should not be incompatible with use of the standard library.

Compilation

The released versions of TLC are available via opam:

opam repo add coq-released http://coq.inria.fr/opam/released
opam install -j4 coq-tlc

A working copy of TLC can also be compiled and installed as follows:

# first clone this repository, then descend into it, and:
make -j4
make install

Documentation

Some (partial) documentation can be found in the directory doc.

License

All files in TLC are distributed under the GNU-LGPL license.

If you need a more permissive license, please contact the author.

Authors: Arthur Charguéraud, with contributions from François Pottier.

tlc's People

Contributors

charguer avatar fpottier avatar mbodin avatar armael avatar kit-ty-kate avatar

Watchers

Marek Materzok avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.