Arc Forumnew | comments | leaders | submitlogin
2 points by CatDancer 5416 days ago | link | parent

I wonder about reversing the converter function and the variable:

  (def mem ((c testify test) seq)
    (reclist [if (test:car _) _] seq))
Now it looks like "call testify on test".