Type-specific implementations of the match
function of the
matcher-combinators.core/Match protocol invoke dispatch functions defined in
this namespace, which provide a layer of indirection between match
and the specific matcher implementation for each type. This indirection allows
for redefinition at runtime, necessary for the match-with
feature.
Type-specific implementations of the `match` function of the matcher-combinators.core/Match protocol invoke dispatch functions defined in this namespace, which provide a layer of indirection between `match` and the specific matcher implementation for each type. This indirection allows for redefinition at runtime, necessary for the `match-with` feature.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close