(defn run-cont "Execute the computation c in the cont monad and return its result." [c] (c identity))
Comments top
No comments for run-cont. Log in to add a comment.