rust-lang / datafrog

A lightweight Datalog engine in Rust
Apache License 2.0
796 stars 43 forks source link

Fix `Relation::from_antijoin` (issue #39) #42

Closed michalt closed 2 years ago

michalt commented 2 years ago

I've tried to follow the instructions from the issue, but do let me know if I misunderstood something :)

ecstatic-morse commented 2 years ago

LGTM. Thanks @michalt!

I ran the tests locally, but we should really get CI back up.