(cause x)
(do* & forms)
(do* &form &env & forms)
(ensure x)
(fail)
(fail reason)
(fail-> expr & body)
(fail-> &form &env expr & body)
(fail->* expr & body)
(fail->* &form &env expr & body)
(fail->> expr & body)
(fail->> &form &env expr & body)
(fail->>* expr & body)
(fail->>* &form &env expr & body)
(fail? x)
(flet bindings & body)
(flet &form &env bindings & body)
(flet* bindings & body)
(flet* &form &env bindings & body)
(if-cljs then else)
(if-fail bindings then)
(if-fail bindings then else)
(if-fail &form &env bindings then)
(if-fail &form &env bindings then else)
(if-fail* bindings then)
(if-fail* bindings then else)
(if-fail* &form &env bindings then)
(if-fail* &form &env bindings then else)
(if-succ bindings then)
(if-succ bindings then else)
(if-succ &form &env bindings then)
(if-succ &form &env bindings then else)
(if-succ* bindings then)
(if-succ* bindings then else)
(if-succ* &form &env bindings then)
(if-succ* &form &env bindings then else)
(reason x)
(succ-> expr & body)
(succ-> &form &env expr & body)
(succ->* expr & body)
(succ->* &form &env expr & body)
(succ->> expr & body)
(succ->> &form &env expr & body)
(succ->>* expr & body)
(succ->>* &form &env expr & body)
(succ? x)
(when-fail bindings & body)
(when-fail &form &env bindings & body)
(when-fail* bindings & body)
(when-fail* &form &env bindings & body)
(when-succ bindings & body)
(when-succ &form &env bindings & body)
(when-succ* bindings & body)
(when-succ* &form &env bindings & body)
(wrap x reason)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close