datascript
datascript copied to clipboard
substitute-constants defined twice
https://github.com/tonsky/datascript/blob/61edb9e76d92fad2106f9c01bc80e659a4292ea8/src/datascript/query.cljc#L402
This gives a compiler warning. It could be avoided by choosing a different name for the wrapped version.
Addendum: There is another function called substitute-constant in the same namespace that appears to be defined twice as well.