@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.
9 lines
98 B
Text
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]
|