mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-18 18:31:43 +03:00
5 lines
92 B
Idris
5 lines
92 B
Idris
module Resugar
|
|
|
|
niceList : List (Nat, Nat)
|
|
niceList = [ (i, j) | i <- [0..4], j <- [5..9] ]
|