pieuvre/parser_entry.ml

11 lines
127 B
OCaml
Raw Normal View History

2024-04-30 11:44:28 +02:00
open Lam
open Types
open Proof
type cmd =
| Goal of ty
| Tact of tactic
type parser_entry =
| Lam of lam
| Cmd of cmd