(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.
(defn- fn-name & fn-tail)
Same as defn, but creates a private def.
Same as defn, but creates a private def.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close