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.
Examples
No examples yet. Be the first to add one!