lean4-htt/tests/lean/439.lean.expected.out
2022-12-21 04:24:39 +01:00

20 lines
456 B
Text

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