File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 216216 optional-key-with-default-binding-clause?
217217 [key optional-key-with-default-binding-clause-key
218218 default-value optional-key-with-default-binding-clause-default-value
219- binding optional-key-with-default-binding-clause])
219+ binding optional-key-with-default-binding-clause-binding ])
220220
221221(defn optional-key-with-default-binding-clause
222222 " Returns an optional clause that matches a `key`, binding the
678678 [message clause]
679679 (let [key (optional-key-with-default-binding-clause-key clause)
680680 default-value (optional-key-with-default-binding-clause-default-value clause)
681- binding (optional-key-with-default-binding-clause clause)]
681+ binding (optional-key-with-default-binding-clause-binding clause)]
682682 `[~(symbol binding ) (get-in ~message [~(convert-path-element key)] ~default-value)]))
683683
684684(defn path-matches-with-binding-clause->rhs-match
You can’t perform that action at this time.
0 commit comments