Skip to content

Commit

Permalink
Merge pull request #4 from James-Oswald/issue_3
Browse files Browse the repository at this point in the history
Fixed if intro issue
  • Loading branch information
Brandon-Rozek committed May 9, 2023
2 parents fdd5128 + e544fdf commit 424628c
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 424628c

Please sign in to comment.