lean2/tests/lean/list_vect_numerals.lean.expected.out

10 lines
325 B
Text
Raw Normal View History

[n, m] : list
[n, i] : list
[i, n] : list
[i, n, x] : list
[i, n, x, y] : vector 4
tail [i, n, x, y] = v : Prop
[i, n, x] = v : Prop
eq (vector.cons i (vector.cons n (vector.cons x vector.nil))) v : Prop
eq (vector.tail (vector.cons i (vector.cons n (vector.cons x (vector.cons y vector.nil))))) v : Prop