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

19 lines
582 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.

list.map : (?M_1 → ?M_2) → list ?M_1 → list ?M_2
field_access.lean:5:7: error: invalid projection, structure expected
l
has type
list
sorry : ?M_1
field_access.lean:7:12: error: invalid projection, structure has only 2 field(s)
(1, 2)
which has type
?m_1 × ?m_2
sorry : ?M_1
field_access.lean:10:1: error: invalid '~>' notation, 'forr' is not a valid "field" because environment does not contain 'list.forr'
l
which has type
list
field_access.lean:13:1: error: invalid '~>' notation, type is not of the form (C ...) where C is a constant
a
has type
A