lean4-htt/tests/lean/kernel_ex.lean.expected.out

15 lines
417 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

kernel_ex.lean:7:4: error: kernel failed to type check declaration 't' this is usually due to a buggy tactic or a bug in the builtin elaborator
elaborated type:
elaborated value:
λ (y : ), let x : := 1 + y in I tt
nested exception message:
type mismatch at application
I tt
term
tt
has type
bool
but is expected to have type
kernel_ex.lean:7:0: warning: declaration 't' uses sorry