Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
geo2a committed Aug 5, 2024
1 parent 10f6b18 commit 8c9f9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion booster/library/Booster/JsonRpc.hs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ respond stateVar request =

case evaluatedInitialPattern of
(Left ApplyEquations.SideConditionFalse{}, _) -> do
-- input pattern's constrains are Bottom, return Bottom
-- input pattern's constraints are Bottom, return Vacuous
stop <- liftIO $ getTime Monotonic
pure $
execResponse
Expand Down

0 comments on commit 8c9f9d9

Please sign in to comment.