Skip to content

Commit 25acdb2

Browse files
authored
Merge pull request #8 from kodyvajjha/patch-2
Add some more changes to the export format
2 parents 25af120 + 18edacf commit 25acdb2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/export_format.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
7272
Axiom ::= "#AX" (name : nidx) (type : eidx) (uparams : nidx*)
7373
7474
Def ::= "#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+
7678
Theorem ::= "#THM" (name : nidx) (type : eidx) (value : eidx) (uparams: nidx*)
7779
7880
Quotient ::= "#QUOT" (name : nidx) (type : eidx) (uparams : nidx*)

0 commit comments

Comments
 (0)