Skip to main content

emit-pattern-for-syntax

multimethod

clojure.core.match/emit-pattern-for-syntax

Handles patterns wrapped in the special list syntax. Dispatches on the first or second keyword in the list. For example, the pattern `(:or 1 ...) is dispatches as :or, and `(1 :as a)` is dispatched by :as.

No examples yet. Be the first to add one!