Idris2/tests/ideMode/ideMode005/Ranges.idr
Ohad Kammar e58bcfc7ef
Semantic highlighting (#1335)
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2021-05-10 09:05:43 +01:00

6 lines
67 B
Idris

hours : List Nat
hours = [1..12]
nats : Stream Nat
nats = [0,1..]