(define $comb (lambda [$n $xs] (match-all xs (list integer) [(loop $i [1 ,n] > _) a]))) (test (comb 3 (between 0 4)))