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 10f6b18 commit 8c9f9d9Copy full SHA for 8c9f9d9
booster/library/Booster/JsonRpc.hs
@@ -166,7 +166,7 @@ respond stateVar request =
166
167
case evaluatedInitialPattern of
168
(Left ApplyEquations.SideConditionFalse{}, _) -> do
169
- -- input pattern's constrains are Bottom, return Bottom
+ -- input pattern's constraints are Bottom, return Vacuous
170
stop <- liftIO $ getTime Monotonic
171
pure $
172
execResponse
0 commit comments