Skip to content

Commit

Permalink
Comply with linter
Browse files Browse the repository at this point in the history
  • Loading branch information
SophieBosio committed May 11, 2024
1 parent 9e76753 commit d557d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validation/Formula.hs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ sEqual (SCtr adt x xs) (SCtr adt' y ys) =
fromBool (adt == adt')
: fromBool (x == y )
: map truthy eqs
sEqual (SADT x adt si xs) (SADT y adt' sj ys) =
sEqual (SADT _ adt si xs) (SADT _ adt' sj ys) =
do eqs <- zipWithM sEqual xs ys
return $ SBoolean $ sAnd $
fromBool (adt == adt')
Expand Down

0 comments on commit d557d16

Please sign in to comment.