lean4-htt/tests/lean/439.lean.expected.out
Leonardo de Moura c4e3b36d56 test: for issue #439
closes #439
2021-05-05 11:13:23 -07:00

19 lines
414 B
Text

fn : {p : P} → Bar.fn p
439.lean:18:7-18:12: error: function expected at
Fn.imp fn ?m
term has type
Bar.fn ?m
439.lean:29:7-29:11: error: function expected at
Fn.imp fn ?m
term has type
Bar.fn ?m
Fn.imp fn p : Bar.fn p
Fn.imp fn' p Bp : Bar.fn p
439.lean:39:7-39:12: error: application type mismatch
Fn.imp fn' ?m p
argument
p
has type
P : Sort u
but is expected to have type
Bar.fn ?m : Sort ?u