mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-14 05:46:47 +03:00
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
|