Liking cljdoc? Tell your friends :D
Clojure only.

macaw.util.malli.defn


defncljmacro

(defn & [fn-name :as fn-tail])

Implementation of [[metabase.util.malli/defn]] taken from Metabase. Like [[schema.core/defn]], but for Malli.

See notes/justification in the main Metabase repo.

Implementation of [[metabase.util.malli/defn]] taken from Metabase. Like [[schema.core/defn]], but for Malli.

See notes/justification in the main Metabase repo.
sourceraw docstring

defn-cljmacro

(defn- fn-name & fn-tail)

Same as defn, but creates a private def.

Same as defn, but creates a private def.
sourceraw docstring

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

× close