Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 500 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 500 Bytes

Gaptic example

This is an example of an SBT project containing a proof developed in the gaptic tactics language from the GAPT framework. Feel free to use it as a template to start your own proofs in GAPT!

How to use it

Install sbt and run the following command:

sbt '~run-main example'

Now SBT will check the the proofs in example.scala every time you save the file. Experiment, add new lemmas, and see what happens!