chore: fix test

This commit is contained in:
Leonardo de Moura 2021-11-15 18:47:25 -08:00
parent c67541570f
commit 47956b9b9e

View file

@ -423,8 +423,6 @@ instance : ToString Rational where
toString r := s!"{r.num}/{r.den}"
#check 2 -- Rational
example
```
Priorities are also useful to control the interaction between different default instances.
For example, suppose `xs` has type `α`, when elaboration `xs.map (fun x => 2 * x)`, we want the homogeneous instance for multiplication