clojure.test.check.rose-tree
-
Positional factory function for class clojure.test.check.rose_tree.RoseTree.
function([root children])
B
Takes a Rose tree (m) and a function (k) from values to Rose tree and returns a new Rose tree. This is the monadic b...
function([m k])
C
F
J
Turn a tree of trees into a single tree. Does this by concatenating children of the inner and outer trees.
function([rose])
M
- function
([root children])
P
Create a seq of vectors, where each rose in turn, has been replaced by its children.
function([roses])
Puts a value `x` into a Rose tree, with no children.
function([x])
S
Create a lazy-seq of all of the (unique) nodes in a shrink-tree. This assumes that two nodes with the same value have ...
function([rose])
- function
([f roses])
- function
([f roses])
Z
Apply `f` to the sequence of Rose trees `roses`.
function([f roses])