fix(tests/lean/run/class_coe): adjust test to reflect library changes
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8df5fc0623
commit
477b7b4811
1 changed files with 2 additions and 0 deletions
|
@ -46,8 +46,10 @@ check 0 + i
|
|||
check i + 0
|
||||
check 0 + x
|
||||
check x + 0
|
||||
namespace foo
|
||||
variable eq {A : Type} : A → A → Prop
|
||||
infixl `=`:50 := eq
|
||||
abbreviation id (A : Type) (a : A) := a
|
||||
notation A `=` B `:` C := @eq C A B
|
||||
check nat_to_int n + nat_to_int m = (n + m) : int
|
||||
end foo
|
||||
|
|
Loading…
Add table
Reference in a new issue