lean4-htt/tests/lean/243.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

16 lines
304 B
Text

243.lean:2:10-2:14: error: application type mismatch
⟨Bool, true⟩
argument
true
has type
_root_.Bool : Type
but is expected to have type
Bool : Type
243.lean:13:7-13:8: error: application type mismatch
⟨A, a⟩
argument
a
has type
Foo.A : Type
but is expected to have type
A : Type