TLC is a general-purpose library that provides an alternative to Coq's standard library.
Compatibility:
The released versions of TLC are available via opam:
opam repo add coq-released http://coq.inria.fr/opam/released
opam install coq-tlc
For a local checkout of TLC:
# obtain the sources
git clone git@github.com:charguer/tlc.git
# compile the library files
make -j
# install the files in Coq's user-contrib folder
make install
Some (partial) documentation can be found in the directory doc.
NamingConventions.txt describe the naming scheme for definition and lemmasStableFiles.txt lists the stable files and the work-in-progress filesTacticsOverview.html provides an overview of the tactics from LibTactics.vOverview.txt describes the most important design choices of the libraryAll files in TLC are distributed under the MIT X11 license. See the LICENSE file.
See the AUTHORS file.
Rocq Prover
99.2%
TLC is a general-purpose library that provides an alternative to Coq's standard library.
Compatibility:
The released versions of TLC are available via opam:
opam repo add coq-released http://coq.inria.fr/opam/released
opam install coq-tlc
For a local checkout of TLC:
# obtain the sources
git clone git@github.com:charguer/tlc.git
# compile the library files
make -j
# install the files in Coq's user-contrib folder
make install
Some (partial) documentation can be found in the directory doc.
NamingConventions.txt describe the naming scheme for definition and lemmasStableFiles.txt lists the stable files and the work-in-progress filesTacticsOverview.html provides an overview of the tactics from LibTactics.vOverview.txt describes the most important design choices of the libraryAll files in TLC are distributed under the MIT X11 license. See the LICENSE file.
See the AUTHORS file.
Rocq Prover
99.2%