Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Sep 25, 2024
1 parent 843ec48 commit df6aa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Conjure/Rules/Vertical/Matrix.hs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ rule_Comprehension_ToSet_Matrix = "matrix-toSet-matrixInside" `namedRule` theRul
rule_Comprehension_ToSet_List :: Rule
rule_Comprehension_ToSet_List = "matrix-toSet-listInside" `namedRule` theRule where
theRule p = do
-- we cannot assume that the list is duplciate-free
-- we cannot assume that the list is duplicate-free
(False, Comprehension body gensOrConds) <- match opToSetWithFlag p
bodyDomain <- domainOf body
let auxDomain = DomainSet () (SetAttr SizeAttr_None) bodyDomain
Expand Down

0 comments on commit df6aa85

Please sign in to comment.