fix(tests/lean/struct_class): add setoid to expected output
This commit is contained in:
parent
a52cb009dc
commit
82833bcbe8
1 changed files with 2 additions and 0 deletions
|
@ -3,10 +3,12 @@ inhabited : Type → Type
|
|||
measurable : Type → Type
|
||||
nonempty : Type → Prop
|
||||
point : Type → Type → Type
|
||||
setoid : Type → Type
|
||||
well_founded : Π {A : Type}, (A → A → Prop) → Prop
|
||||
decidable : Prop → Type₁
|
||||
inhabited : Type → Type
|
||||
measurable : Type → Type
|
||||
nonempty : Type → Prop
|
||||
point : Type → Type → Type
|
||||
setoid : Type → Type
|
||||
well_founded : Π {A : Type}, (A → A → Prop) → Prop
|
||||
|
|
Loading…
Reference in a new issue