Skip to content

Commit c36b655

Browse files
committed
remove parenthesize on GiveAction
1 parent 4f24bf5 commit c36b655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lib.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ respond b (GiveAction result ip) = do
7474
Nothing -> reportError $ T.pack $ "Can't find interaction point " <> show i
7575
Just ip' -> do
7676
int <- getIpInterval b ip'
77-
replaceInterval b int $ parenthesize $ replaceQuestion result
77+
replaceInterval b int $ replaceQuestion result
7878
load
7979
-- Replace the interaction point with a result
8080
respond b (SolveAll solutions) = do

0 commit comments

Comments
 (0)