fix: dsl datalog clause support 2-tuple

This commit is contained in:
Tienson Qin
2024-10-14 05:50:05 +08:00
parent 7cd208a51c
commit b3f1a0b43c
2 changed files with 2 additions and 2 deletions

View File

@@ -477,7 +477,7 @@
(coll? e)
(or
(list? (first e))
(and (= 3 (count e))
(and (>= (count e) 2)
(string/starts-with? (str (first e)) "?")))))
(defn build-query