File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Expr ::=
5656 | eidx "#EA" eidx eidx
5757 | eidx "#EL" Info nidx eidx eidx
5858 | eidx "#EP" Info nidx eidx eidx
59- | eidx "#EZ" Info nidx eidx eidx eidx
59+ | eidx "#EZ" nidx eidx eidx eidx
6060 | eidx "#EJ" nidx nat eidx
6161 | eidx "#ELN" nat
6262 | eidx "#ELS" (hexhex)*
@@ -72,7 +72,9 @@ RecRule ::= ridx "#RR" (ctorName : nidx) (nFields : nat) (val : eidx)
7272Axiom ::= "#AX" (name : nidx) (type : eidx) (uparams : nidx*)
7373
7474Def ::= "#DEF" (name : nidx) (type : eidx) (value : eidx) (hint : Hint) (uparams : nidx*)
75-
75+
76+ Opaq ::= "#OPAQ" (name : nidx) (type : eidx) (value : eidx) (uparams : nidx*)
77+
7678Theorem ::= "#THM" (name : nidx) (type : eidx) (value : eidx) (uparams: nidx*)
7779
7880Quotient ::= "#QUOT" (name : nidx) (type : eidx) (uparams : nidx*)
You can’t perform that action at this time.
0 commit comments