chore: fix test
This commit is contained in:
parent
c67541570f
commit
47956b9b9e
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue