lean4-htt/tests/lean/emptyc_errors.lean.expected.out
2017-02-06 15:15:47 +01:00

21 lines
508 B
Text

emptyc_errors.lean:4:52: error: don't know how to synthesize placeholder
context:
A : Type u,
x : A
⊢ has_mem A ?m_1
emptyc_errors.lean:4:54: error: don't know how to synthesize placeholder
context:
A : Type u,
x : A
⊢ Type ?
emptyc_errors.lean:4:54: error: don't know how to synthesize placeholder
context:
A : Type u,
x : A
⊢ has_emptyc sorry
emptyc_errors.lean:5:0: error: type mismatch, expression
λ (h : x ∈ ∅), h
has type
x ∈ ∅ → x ∈ ∅
but is expected to have type
x ∉ ∅