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

15 lines
715 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.

protected_test.lean:2:9: error: unknown identifier 'induction_on'
⁇ : ?M_1
protected_test.lean:3:9: error: unknown identifier 'rec_on'
⁇ : ?M_1
less_than_or_equal.rec_on :
less_than_or_equal ?M_1 ?M_3 →
?M_2 ?M_1 → (∀ {b : }, less_than_or_equal ?M_1 b → ?M_2 b → ?M_2 (succ b)) → ?M_2 ?M_3
less_than_or_equal.rec_on :
less_than_or_equal ?M_1 ?M_3 →
?M_2 ?M_1 → (∀ {b : }, less_than_or_equal ?M_1 b → ?M_2 b → ?M_2 (succ b)) → ?M_2 ?M_3
protected_test.lean:7:11: error: unknown identifier 'rec_on'
⁇ : ?M_1
less_than_or_equal.rec_on :
less_than_or_equal ?M_1 ?M_3 →
?M_2 ?M_1 → (∀ {b : }, less_than_or_equal ?M_1 b → ?M_2 b → ?M_2 (succ b)) → ?M_2 ?M_3