lean4-htt/tests/lean/sec2.lean.expected.out
2016-06-17 09:56:57 -07:00

19 lines
341 B
Text

expr ↣ _Fun : expr.app
string ↣ name : mk_simple_name
A ↣ B : f
expr ↣ [fun-class] : expr.app
g a : B
sec2.lean:13:6: error: type mismatch at application
g a
term
a
has type
A
but is expected to have type
B
expr ↣ _Fun : expr.app
string ↣ name : mk_simple_name
A ↣ B : f
expr ↣ [fun-class] : expr.app
g a : B
g a : B