lean4-htt/tests/lean/1081.lean.expected.out
Kyle Miller acb188f11c
feat: apply pp_using_anonymous_constructor attribute (#3735)
This attribute, which was implemented in #3640, is applied to the
following structures: `Sigma`, `PSigma`, `PProd`, `And`, `Subtype`, and
`Fin`. These were given this attribute in Lean 3.
2024-03-22 00:30:36 +00:00

12 lines
315 B
Text

1081.lean:7:2-7:5: error: type mismatch
rfl
has type
f 0 y = f 0 y : Prop
but is expected to have type
f 0 y = y : Prop
1081.lean:23:4-23:7: error: type mismatch
rfl
has type
insert a ⟨0, ⋯⟩ v = insert a ⟨0, ⋯⟩ v : Prop
but is expected to have type
insert a ⟨0, ⋯⟩ v = cons a v : Prop