A library of typeclasses for Coq
- Rocq Prover 92.6%
- Makefile 7.4%
|
|
||
|---|---|---|
| .github/workflows | ||
| src | ||
| .gitignore | ||
| _RocqProject | ||
| libname | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
A few Coq typeclasses
Includes the following typeclasses, as well as several instances for standard datatypes:
EqualDecfor decidable equalityDefaultfor inhabited types, with witnessdefault.Orderingfor totally ordered types, which includes instances forlistandstring.
This dependency is mainly so multiple projects share the same typeclass definitions.
Installation
git submodule add https://github.com/tchajed/coq-classes vendor/classes