chore: remove defaultInstance for ToString
This commit is contained in:
parent
074259201e
commit
339a4cf740
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ instance {α} [ToString α] : ToString (id α) :=
|
|||
instance {α} [ToString α] : ToString (Id α) :=
|
||||
inferInstanceAs (ToString α)
|
||||
|
||||
@[defaultInstance low]
|
||||
instance : ToString String :=
|
||||
⟨fun s => s⟩
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue