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 331a9da commit ec4e1efCopy full SHA for ec4e1ef
Control/Parallel/Strategies.hs
@@ -438,10 +438,10 @@ rpar x = case (par# x) of { _ -> Done x }
438
-- rparWith strat x
439
-- @
440
--
441
--- will spark a thread to perform @strat x@ in parallel. Note
442
--- that @rparWith strat@ is /not/ the same as @rpar `dot` strat@.
443
--- Specifically, @rpar `dot` strat@ always produces a value in
444
--- WHNF, while @rparWith strat@ need not.
+-- will spark @strat x@. Note that @rparWith strat@ is /not/ the
+-- same as @rpar `dot` strat@. Specifically, @rpar `dot` strat@
+-- always produces a value in WHNF, while @rparWith strat@ need
+-- not.
445
446
-- > rparWith r0 = r0
447
-- > rparWith rpar = rpar
0 commit comments