Skip to content

Commit 8994bcb

Browse files
committed
Tweak comments
1 parent b148a1f commit 8994bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

booster/library/Booster/Pattern/Rewrite.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,13 @@ rewriteStep cutLabels terminalLabels pat = do
227227
pure $ mkBranch pat ruleApplicationData
228228
satRes@(SMT.IsSat{}) -> do
229229
-- the remainder condition is satisfiable.
230-
-- TODO construct the remainder branch and consider it.
231230
-- To construct the "remainder pattern",
232231
-- we add the remainder condition to the predicates of pat
232+
-- TODO: construct the remainder branch and consider it.
233233
throwRemainder (map fst ruleApplicationData) satRes groupRemainderPredicate
234234
satRes@SMT.IsUnknown{} -> do
235235
-- solver cannot solve the remainder
236-
-- TODO descend into the remainder branch anyway
236+
-- TODO: descend into the remainder branch anyway, same as in the satisfiable case
237237
throwRemainder (map fst ruleApplicationData) satRes groupRemainderPredicate
238238

239239
labelOf = fromMaybe "" . (.ruleLabel) . (.attributes)

0 commit comments

Comments
 (0)