mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-13 17:25:29 +03:00
a972778eab
They don't all pass yet, for minor reasons. Coming shortly... Unfortunately the startup overhead for chez is really noticeable here!
12 lines
136 B
Plaintext
12 lines
136 B
Plaintext
[1..10]
|
|
[1,3..10]
|
|
[10..1]
|
|
[10,9..20]
|
|
the (List Nat) [1..4]
|
|
the (List Nat) [4..1]
|
|
take 10 [1..]
|
|
take 10 [100,99..]
|
|
[1,3,5..10]
|
|
[..10]
|
|
:q
|