Skip to content

Commit 01e0ed6

Browse files
committed
remove indexed? warning in cljs impl
1 parent 61c21be commit 01e0ed6

File tree

1 file changed

+2
-1
lines changed
  • src/main/clojure/cljs/core/logic

1 file changed

+2
-1
lines changed

src/main/clojure/cljs/core/logic/pldb.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
; the terms of this license.
77
; You must not remove this notice, or any other, from this software.
88

9-
(ns cljs.core.logic.pldb)
9+
(ns cljs.core.logic.pldb
10+
(:refer-clojure :exclude [indexed?]))
1011

1112
(defn indexed? [v]
1213
(true? (:index (meta v))))

0 commit comments

Comments
 (0)