You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
An OCaml version of the LTac "exploit" tactic, used as a tutorial for writing Coq plugins