Liking cljdoc? Tell your friends :D

active.generator-applicative


apply-curryclj

(apply-curry f [gen-a & gen-rest])
source

combine-generatorsclj

(combine-generators f & arg-generators)

applies a n-aritrary function applicative to generators

applies a n-aritrary function applicative to generators
sourceraw docstring

combine-generators-curryclj

(combine-generators-curry f)
(combine-generators-curry f & [a & rest])

combines n generators with trees applicative with function f f has to be curried for n arguments

combines n generators with trees applicative with function f
f has to be curried for n arguments
sourceraw docstring

curryclj

(curry f num-args)

takes a function f for a arbitrary number of arguments and returns a curried function for num-args arguments

takes a function f for a arbitrary number of arguments and returns a curried function for num-args arguments
sourceraw docstring

generator-applyclj

(generator-apply generator-f generator)

applicative with generators which contains trees

applicative with generators which contains trees
sourceraw docstring

generator-mapclj

(generator-map f mtree)
source

generator-pureclj

(generator-pure x)

pure with generators which contains trees

pure with generators which contains trees
sourceraw docstring

get-treeclj

(get-tree With-tree-type)

Lens for the tree field from a With-tree-type record. See active.generator-applicative/make-with-tree.

Lens for the `tree` field from a [[With-tree-type]] record. See [[active.generator-applicative/make-with-tree]].
sourceraw docstring

integratedclj

(integrated shrink generator-without-shrink)

applies a shrinker to a generator

applies a shrinker to a generator
sourceraw docstring

make-with-treeclj

(make-with-tree tree)

Construct a With-tree-type record.

tree: access via active.generator-applicative/get-tree

Construct a `With-tree-type` record.

`tree`: access via [[active.generator-applicative/get-tree]]
sourceraw docstring

with-treeclj

(with-tree tree)
source

With-tree-typeclj

source

with-tree?clj

(with-tree? thing)

Is object a With-tree-type record? See active.generator-applicative/make-with-tree.

Is object a `With-tree-type` record? See [[active.generator-applicative/make-with-tree]].
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close