Skip to main content

emit-matrix

function

clojure.core.match/emit-matrix

(emit-matrix [vars clauses] [vars clauses default])
Take the list of vars and sequence of unprocessed clauses and return the pattern matrix. The pattern matrix contains the processed pattern rows and the list of vars originally specified. Inserts a last match - :else if provided by the user or a default match that throws.

No examples yet. Be the first to add one!