Skip to content

An OCaml version of the LTac "exploit" tactic, used as a tutorial for writing Coq plugins

License

Notifications You must be signed in to change notification settings

braibant/exploit-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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. 




About

An OCaml version of the LTac "exploit" tactic, used as a tutorial for writing Coq plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages