Skip to content

Instantly share code, notes, and snippets.

@kurogelee
Created April 21, 2014 04:30
Show Gist options
  • Save kurogelee/11132263 to your computer and use it in GitHub Desktop.
Save kurogelee/11132263 to your computer and use it in GitHub Desktop.
clojure.zipはzipファイルを扱うものじゃないよ ref: http://qiita.com/kurogelee/items/d5aa7f58cb84b5eb3c71
(defn sequential-zip
[root]
(zipper sequential?
identity
(fn [node children] (with-meta children (meta node)))
root))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment