Skip to content

Commit

Permalink
Fixed if intro issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-Rozek committed May 9, 2023
1 parent fdd5128 commit e544fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function verifyIfIntro(node) {
for (const name of parent.assumptions) {
// Don't add antecedant assumption
if (name != antecedant_name) {
node.add(name);
node.assumptions.add(name);

}
}
Expand Down

0 comments on commit e544fdf

Please sign in to comment.