-- # Benchmarking -- -- Suppose we write a simple program that sums the squares of some integers: def main (n: i32): i32 = reduce (+) 0 (map (**2) (0..