Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Dec 14, 2024
1 parent 18b2b15 commit dac1871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Conjure/Rules/DontCare.hs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ rule_Matrix = "dontCare-matrix" `namedRule` theRule where
theRule p = do
x <- match opDontCare p
indices <- indexDomainsOf x
when (null indices) $ na "rule_Matrix"
return
( "dontCare handling for matrix"
, do
Expand Down

0 comments on commit dac1871

Please sign in to comment.