lean2/tests/lean/inv_del.lean.expected.out
2016-06-02 11:28:00 -07:00

9 lines
304 B
Text

inv_del.lean:15:2: error: 1 unsolved subgoal
A : Type,
P : vec A 1 → Type,
H : Π a, P (vone a),
a : A
⊢ P (vone a)
inv_del.lean:15:2: error: failed to add declaration 'vec.eone' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
?M_1