fix: more general instance
This commit is contained in:
parent
dd4bed3c6f
commit
d37d02b512
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ inductive Except (ε : Type u) (α : Type v)
|
|||
|
||||
attribute [unbox] Except
|
||||
|
||||
instance {ε α : Type} [Inhabited ε] : Inhabited (Except ε α) :=
|
||||
instance {ε : Type u} {α : Type v} [Inhabited ε] : Inhabited (Except ε α) :=
|
||||
⟨Except.error (arbitrary ε)⟩
|
||||
|
||||
section
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue