fix(tests/lean/struct_class): adjust test result to reflect recent changes
This commit is contained in:
parent
e52157a8ea
commit
173e84c299
1 changed files with 2 additions and 0 deletions
|
@ -1,10 +1,12 @@
|
|||
decidable : Prop → Type₁
|
||||
inhabited : Type → Type
|
||||
measurable : Type → Type
|
||||
nonempty : Type → Prop
|
||||
point : Type → 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
|
||||
well_founded : Π {A : Type}, (A → A → Prop) → Prop
|
||||
|
|
Loading…
Reference in a new issue