Skip to content

Instantly share code, notes, and snippets.

@jtmarmon
Created June 13, 2015 13:08
Show Gist options
  • Save jtmarmon/10d5913c76ad2f435149 to your computer and use it in GitHub Desktop.
Save jtmarmon/10d5913c76ad2f435149 to your computer and use it in GitHub Desktop.
or-join error
'[:find [?e ...]
:where [?e :foo/bar ?bar]
(or-join [?bar]
[?bar :bar/baz true]
[?bar :bar/boop true])]
;; java.lang.RuntimeException: Unable to resolve symbol: ?bar in this context, compiling:(NO_SOURCE_PATH:0:0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment