8 lines
109 B
OCaml
8 lines
109 B
OCaml
open Structs;;
|
|
|
|
type tactic =
|
|
| Intro of var_lambda
|
|
| Assumption
|
|
| Apply of var_lambda
|
|
| Cut of ty;;
|