Add useful TODO, re: tuple splat patterns
This commit is contained in:
parent
272e46551e
commit
08d91dd9de
|
@ -34,6 +34,7 @@
|
|||
|
||||
(declare interpret-ast match interpret interpret-file)
|
||||
|
||||
;; TODO: actually implement this!
|
||||
(defn- match-splatted-tuple [pattern value ctx-vol]
|
||||
(let [length (:length pattern) members (:members pattern)
|
||||
ctx-diff (volatile! @ctx-vol)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user