We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c21be commit 01e0ed6Copy full SHA for 01e0ed6
src/main/clojure/cljs/core/logic/pldb.clj
@@ -6,7 +6,8 @@
6
; the terms of this license.
7
; You must not remove this notice, or any other, from this software.
8
9
-(ns cljs.core.logic.pldb)
+(ns cljs.core.logic.pldb
10
+ (:refer-clojure :exclude [indexed?]))
11
12
(defn indexed? [v]
13
(true? (:index (meta v))))
0 commit comments