lean2/tests/lean/inv_del.lean.expected.out
Leonardo de Moura f5811d6092 feat(frontends/lean): hide subterms that do not contain metavariables
when generating "unresolved metavariables" error message

closes #473
2015-03-13 12:42:57 -07:00

10 lines
358 B
Text

inv_del.lean:15:2: error: unsolved subgoals
A : Type,
P : vec A 1 → Type,
H : Π (a : 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
λ (A : Type) (P : …) (H : …) (v : …),
?M_1