We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdce88c commit 5862b70Copy full SHA for 5862b70
booster/unit-tests/Test/Booster/Pattern/ApplyEquations.hs
@@ -154,7 +154,7 @@ test_simplifyPattern =
154
where
155
simpl t = do
156
ns <- noSolver
157
- runNoLoggingT $ fst <$> evaluatePattern simplDef Nothing ns mempty t
+ runNoLoggingT $ fst <$> evaluatePattern simplDef Nothing ns mempty NoCheckConstraintsConsistent t
158
a = var "A" someSort
159
160
test_simplifyConstraint :: TestTree
0 commit comments