Liking cljdoc? Tell your friends :D
Clojure only.

flathead.logic

This namespace contains higher order logic functions. The purpose is to augment clojure core logic to ramda level.

This namespace contains higher order logic functions.
The purpose is to augment clojure core logic to ramda level.
raw docstring

if*clj

(if* predicate then-fn)
(if* predicate then-fn else-fn)

Higher order ramda style if function.

Higher order ramda style if function.
sourceraw docstring

unless*clj

(unless* predicate then-fn)

Higher order ramda style unless function.

Higher order ramda style unless function.
sourceraw docstring

when*clj

(when* predicate then-fn)

Higher order ramda style when function.

Higher order ramda style when function.
sourceraw docstring

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

× close