Skip to content

Commit

Permalink
Change polarity of Set to Positive in TypeChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Nov 13, 2024
1 parent 818eff8 commit 4c48f27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class TypeChecker(val program: StainlessProgram, val context: inox.Context, val
}

case object SetEdge extends Edge {
def polarity(polarities: mutable.Map[(Identifier,Identifier),Polarity]) = Nothing
def polarity(polarities: mutable.Map[(Identifier,Identifier),Polarity]) = Positive
}

case object BagEdge extends Edge {
Expand Down

0 comments on commit 4c48f27

Please sign in to comment.