Ajout de tactic.ml

This commit is contained in:
Adrien Vannson
2022-05-10 10:31:30 +02:00
parent 40ac538cc1
commit b9d507b650
+5
View File
@@ -0,0 +1,5 @@
open Structs;;
type tactic =
| Intro of var_lambda
| Assumption;;