Skip to content

Commit 451e7ce

Browse files
soulomoonjhrcek
andauthored
Update Experiments.hs
Co-authored-by: Jan Hrcek <[email protected]>
1 parent aeeb1be commit 451e7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide-bench/src/Experiments.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ experiments =
104104
[
105105
bench "semanticTokens" $ \docs -> do
106106
liftIO $ putStrLn "Starting semanticTokens"
107-
r <- forM (zip [T.pack $ show i | i :: Int <- [0..]] docs) $ \(i, DocumentPositions{..}) -> do
107+
r <- forM docs $ \DocumentPositions{..} -> do
108108
changeDoc doc [charEdit stringLiteralP]
109109
waitForProgressStart
110110
waitForProgressDone

0 commit comments

Comments
 (0)