Liking cljdoc? Tell your friends :D

sicmutils.abstract.function

Implementation of a literal-function constructor. Literal functions can be applied to structures and numeric inputs, and differentiated.

The namespace also contains an implementation of a small language for declaring the input and output types of literal-function instances.

Implementation of a [[literal-function]] constructor. Literal functions can be
applied to structures and numeric inputs, and differentiated.

The namespace also contains an implementation of a small language for
declaring the input and output types of [[literal-function]] instances.
raw docstring

Functioncljs

source

literal-functionclj/s

(literal-function f)
(literal-function f signature)
(literal-function f domain range)
source

literal-function?clj/s

(literal-function? f)

Returns true if the supplied object is an instance of Function, false otherwise.

Returns true if the supplied object is an instance of [[Function]], false
otherwise.
sourceraw docstring

with-literal-functionsclj/smacro

(with-literal-functions litfns & body)
source

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

× close