chore: use new_frontend in the whole test
This commit is contained in:
parent
35383bf862
commit
2b63aa27d3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
new_frontend
|
||||
|
||||
abbrev Set (α : Type) := α → Prop
|
||||
axiom setOf {α : Type} : (α → Prop) → Set α
|
||||
axiom mem {α : Type} : α → Set α → Prop
|
||||
axiom univ {α : Type} : Set α
|
||||
axiom Union {α : Type} : Set (Set α) → Set α
|
||||
|
||||
new_frontend
|
||||
|
||||
syntax term " ∈ ":100 term:99 : term
|
||||
|
||||
macro_rules
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue