Skip to content

Commit ce38579

Browse files
committed
hlint
1 parent 9e0b9ee commit ce38579

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

booster/tools/booster/Proxy.hs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,12 @@ respondEither cfg@ProxyConfig{statsVar, boosterState} booster kore req = case re
103103
fromMaybe (error $ "Module " <> show m <> " not found") $
104104
Map.lookup m bState.definitions
105105
handleExecute logSettings def start execReq
106-
Implies impliesReq -> do
107-
koreResult <-
108-
loggedKore
109-
ImpliesM
110-
( Implies
111-
impliesReq
112-
)
113-
pure koreResult
106+
Implies impliesReq ->
107+
loggedKore
108+
ImpliesM
109+
( Implies
110+
impliesReq
111+
)
114112
Simplify simplifyReq ->
115113
liftIO (getTime Monotonic) >>= handleSimplify simplifyReq . Just
116114
AddModule _ -> do

0 commit comments

Comments
 (0)