adambard / failjure

Monadic error utilities for general use in Clojure(script) projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`ok->` executes its first form twice

flodiebold opened this issue · comments

E.g.

user> (f/ok-> (println "foo"))
foo
foo
nil

This is rather surprising. I guess the macro should put the form into a let?

😳

This is now fixed, let us never speak of it again.

(p.s. thanks for the report!)