Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HaysTac, a very useful tactics library for namelss programming #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,5 +451,7 @@ What are the most popular libraries in the Coq ecosystem?
| 445 | [ashwith/hdlroot](https://github.com/ashwith/hdlroot) | root directory for my Verilog/VHDL files | 2 |
| 446 | [bmsherman/finite](https://github.com/bmsherman/finite) | Facts about isomorphisms and finite types in Coq | 2 |
| 447 | [cmcl/msci](https://github.com/cmcl/msci) | MSci project: Development of a formalisation of "Propositions as Sessions" | 2 |
| 447 | [Ptival/HaysTac](https://github.com/Ptival/HaysTac) | A pile of Ltac tactics that might contain the needle you're looking for. Oriented around nameless tactics programming. | 1 |


Inspired by awesome repo [rxjs-ecosystem](https://github.com/Widdershin/rxjs-ecosystem). Thanks Nick