Skip to content

Instantly share code, notes, and snippets.

@mateusz-fiolka
Created June 20, 2015 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mateusz-fiolka/f6813cdd4fea91974595 to your computer and use it in GitHub Desktop.
Save mateusz-fiolka/f6813cdd4fea91974595 to your computer and use it in GitHub Desktop.
(ns ^:figwheel-always some-ns.core
(:require [clojure.zip]))
(let [zipper (clojure.zip/zipper
#(true)
:children
#(%)
{:children [{} {}})])
ExceptionInfo #<TypeError: Cannot read property 'zipper' of undefined> clojure.core/ex-info (core.clj:4591)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment