Idris2/tests/idris2/basic025/input
Edwin Brady a972778eab Add test script
They don't all pass yet, for minor reasons. Coming shortly...
Unfortunately the startup overhead for chez is really noticeable here!
2020-05-19 18:25:18 +01:00

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