Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

value unification in function expression result #232

Open
erdos opened this issue Dec 7, 2023 · 0 comments
Open

value unification in function expression result #232

erdos opened this issue Dec 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@erdos
Copy link

erdos commented Dec 7, 2023

Hello! First of all, I want to state that Datalevin is great and brought a lot of joy to designing the system we have been working on.

This issue is a followup of the original discussion from Clojurians Slack at https://clojurians.slack.com/archives/C01RD3AF336/p1701940767297699

The query

[:find ?f :in $
 :where [(ground "different") ?e]
        [(str "know " ?e) ?f]
        [(str "something completely " ?e) ?f]]
  • evaluates to #{["something completely different"]} in Datalevin (latest 0.8.23)
  • but evaluates to #{} (empty java.util.HashSet) in Datomic (peer 1.0.7021).
@huahaiy huahaiy added the enhancement New feature or request label Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants