7 lines
95 B
OCaml
7 lines
95 B
OCaml
open Structs;;
|
|
|
|
type tactic =
|
|
| Intro of var_lambda
|
|
| Assumption
|
|
| Apply of var_lambda;;
|