packages feed

jacinda-0.3.1.0: examples/uniq.jac

fn step(acc, this) :=
  if this = acc->1
    then (this . None)
    else (this . Some this);

(->2):?step^(''.None) $0