Skip to content

Commit

Permalink
Merge pull request #36 from MatejKomlossy/hsReferencing
Browse files Browse the repository at this point in the history
Fix HS rule validation depending on reference order
  • Loading branch information
crnkjck authored Jun 28, 2021
2 parents af5e4e7 + 80fec57 commit 31da4f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Validation/Rules/HS.elm
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ getNewFormula f1 f2 =
if b == c then
Ok (T (Impl a d))

else if d == a then
Ok (T (Impl c b))

else
Err refStructureErr

Expand Down

0 comments on commit 31da4f5

Please sign in to comment.