A Coq library for parametric coinduction
55
stars
166
commits
Coq
primary language
Apr 29, 2026
updated
Paco is a Coq library for parametric coinduction. For more information, please see:
Paco also supports upto techniques using "companion". See:
Minki Cho refactored the implementation to speed up the compilation time.
The current version is v4.1.2, and it's compatible with Coq 8.13 - 8.15.
# from opam
opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-paco
# from source
cd src; make; make install # for library files
cd webpage; make # for documentation
See /src/examples.v and /src/tutorial.v for examples.
Coq
88.9%
Python
10.0%
A Coq library for parametric coinduction
55
stars
166
commits
Coq
primary language
Apr 29, 2026
updated
Paco is a Coq library for parametric coinduction. For more information, please see:
Paco also supports upto techniques using "companion". See:
Minki Cho refactored the implementation to speed up the compilation time.
The current version is v4.1.2, and it's compatible with Coq 8.13 - 8.15.
# from opam
opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-paco
# from source
cd src; make; make install # for library files
cd webpage; make # for documentation
See /src/examples.v and /src/tutorial.v for examples.
Coq
88.9%
Python
10.0%