资源说明:An OCaml version of the LTac "exploit" tactic, used as a tutorial for writing Coq plugins
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.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。