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 a833104 commit 92e726bCopy full SHA for 92e726b
booster/library/Booster/Pattern/ApplyEquations.hs
@@ -977,7 +977,9 @@ applyEquation term rule = withRuleContext rule $ fmap (either Failure Success) $
977
-- throws if an ensured condition found to be false
978
catMaybes <$> mapM (checkConstraint EnsuresFalse) ensured
979
lift $ pushConstraints $ Set.fromList ensuredConditions
980
- pure $ substituteInTerm subst rule.rhs
+ let rewrittenTerm = substituteInTerm subst rule.rhs
981
+ withContext "success" $ logMessage ("" :: Text)
982
+ pure rewrittenTerm
983
unclearConditions -> do
984
withContext "failure" $
985
logMessage $
0 commit comments