Skip to main content

bind

function

clojure.test.check.rose-tree/bind

(bind [m k])
Takes a Rose tree (m) and a function (k) from values to Rose tree and returns a new Rose tree. This is the monadic bind (>>=) for Rose trees.

No examples yet. Be the first to add one!