lean4-htt/tests/compiler/array_test.lean.expected.out
Leonardo de Moura 4d3689ea33 feat(library/init/data/array/basic): add new array functions
@kha I renamed the homogeneous `map` to `hmap`, and added the
heterogeneous one as `map`. As soon as we add user-defined rewriting
rules, we will be able to replace `map` with `hmap` whenever the types
are the same.
2019-04-06 19:25:32 -07:00

9 lines
98 B
Text

[]
0
[0, 1, 2, 3]
[10, 11, 12, 13]
4
[10, 11, 12]
[10, 11, 12, 13, 100]
[10, 11, 12]
[3, 4, 5, 6]