Idris2-boot/tests/idris2/basic038/Resugar.idr

5 lines
92 B
Idris
Raw Normal View History

module Resugar
niceList : List (Nat, Nat)
niceList = [ (i, j) | i <- [0..4], j <- [5..9] ]