6 lines
71 B
OCaml
6 lines
71 B
OCaml
open Structs;;
|
|
|
|
type tactic =
|
|
| Intro of var_lambda
|
|
| Assumption;;
|