Liking cljdoc? Tell your friends :D
Mostly clj.
Exceptions indicated.

active.data.realm.attach

Forms for attaching realms to functions.

Forms for attaching realms to functions.
raw docstring

defnclj/smacro

(defn name next & rest-args)

Define a function with realms for return value and arguments.

(defn myfun :- realm/integer "docstring" [a :- realm/string]
  ...)
Define a function with realms for return value and arguments.

```
(defn myfun :- realm/integer "docstring" [a :- realm/string]
  ...)
```
sourceraw docstring

fn-realmclj

(fn-realm var)

Return the realm of a function defined via defn given its var.

Return the realm of a function defined via [[defn]] given its var.
sourceraw docstring

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

× close