Bohtvaroh

Blogger - CRWFPM - mapping

Dec 25th, 2012
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (defn mapping [f]
  2.   (fn [f1]
  3.     (fn [result input]
  4.       (f1 result (f input)))))
Advertisement
Add Comment
Please, Sign In to add comment