fix(tests/lean/struct_class): add setoid to expected output

This commit is contained in:
Leonardo de Moura 2015-03-31 21:53:49 -07:00
parent a52cb009dc
commit 82833bcbe8

View file

@ -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