Skip to content

Commit

Permalink
Updated exports
Browse files Browse the repository at this point in the history
  • Loading branch information
EXPORTS-bot committed Aug 30, 2023
1 parent 742e258 commit 2e08cf3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion exports/export.compact.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10157,7 +10157,8 @@
:clojure.core/get-method
:clojure.core/defprotocol
:clojure.core/make-hierarchy
:clojure.spec/multi-spec],
:clojure.spec/multi-spec
:clojure.core/derive],
:line 1725,
:examples
[";; Define the multimethod\n(defmulti service-charge (juxt account-level :tag))\n\n;; Handlers for resulting dispatch values\n(defmethod service-charge [::acc/Basic ::acc/Checking] [_] 25)\n(defmethod service-charge [::acc/Basic ::acc/Savings] [_] 10)\n(defmethod service-charge [::acc/Premium ::acc/Account] [_] 0)"
Expand Down
2 changes: 1 addition & 1 deletion exports/export.compact.min.edn

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion exports/export.edn

Large diffs are not rendered by default.

0 comments on commit 2e08cf3

Please sign in to comment.