Skip to content

Commit 5ede3d6

Browse files
committed
Add comment
1 parent ca79544 commit 5ede3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

booster/library/Booster/SMT/Interface.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ checkPredicates ctxt givenPs givenSubst psToCheck
357357
Just (Unknown, _) -> retry smtGiven sexprsToCheck transState
358358
Just (_, Unknown) -> retry smtGiven sexprsToCheck transState
359359
Just other -> throwSMT' $ "Unexpected result while checking a condition: " <> show other
360-
Nothing -> pure Nothing
360+
Nothing -> pure Nothing -- inconsistent ground truth
361361
retry :: [DeclareCommand] -> [SExpr] -> TranslationState -> SMT io (Maybe Bool)
362362
retry smtGiven sexprsToCheck transState = do
363363
opts <- SMT $ gets (.options)

0 commit comments

Comments
 (0)