braibant/exploit-plugin
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
An example of Coq plugin that provides a tactic that generalize the modus-ponens rule. That is, given H: A -> B -> C -> D =================== G exploit H requires the user to prove A, B and C, and the fact that D -> G.