Ajout de tactic.ml

This commit is contained in:
Adrien Vannson 2022-05-10 10:31:30 +02:00
parent 40ac538cc1
commit b9d507b650
No known key found for this signature in database
GPG Key ID: FE2E66FD978C1A55

5
tactic.ml Normal file
View File

@ -0,0 +1,5 @@
open Structs;;
type tactic =
| Intro of var_lambda
| Assumption;;