Skip to content

Commit

Permalink
negation works fine, now, so this comment is out of date
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 6, 2021
1 parent 7a4c963 commit 88454c3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Datalog.elm
Expand Up @@ -238,12 +238,6 @@ evaluateAtomHelp bound substitutions facts soFar =
Negatable Positive Nothing ->
evaluateAtomHelp bound substitutions rest soFar

-- the idea with negative atoms is essentially that we
-- select the complement of things that it would select if
-- it were positive. We do this by just flipping around the
-- positive/negative results! It seems to give weird results in
-- some cases (probably because I haven't implemented stratified
-- negation yet.)
Negatable Negative (Just _) ->
[]

Expand Down

0 comments on commit 88454c3

Please sign in to comment.