pieuvre/tactic.ml
Adrien Vannson 98d525c58a
Elim
2022-05-10 13:41:20 +02:00

8 lines
118 B
OCaml

open Structs;;
type tactic =
| Intro of var_lambda
| Assumption
| Apply of var_lambda
| Elim of var_lambda;;