Closed athas closed 1 year ago
def main [n] (xs: [n]i32) : []i32 = let [m] (ys: [m]i32) = filter (>0) xs in ys
It works if the return type ascription is removed.
It works if the return type ascription is removed.