chore(tests/playground): fix test
This commit is contained in:
parent
2c72888af4
commit
fb3150e69d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@[reducible] def Map : Type := RBMap Nat Bool (<)
|
||||
@[reducible] def Map : Type := RBMap Nat Bool (λ a b, a < b)
|
||||
|
||||
def mkMapAux : Nat → Map → Map
|
||||
| 0 m := m
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue