Arc Forumnew | comments | leaders | submitlogin
3 points by map 5847 days ago | link | parent

One of the examples for rreduce should be

  (rreduce / '(1 2 3))
instead of

  (reduce / '(1 2 3))