Skip to content

Commit ec4e1ef

Browse files
committed
Reword
1 parent 331a9da commit ec4e1ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Control/Parallel/Strategies.hs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -438,10 +438,10 @@ rpar x = case (par# x) of { _ -> Done x }
438438
-- rparWith strat x
439439
-- @
440440
--
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.
441+
-- will spark @strat x@. Note that @rparWith strat@ is /not/ the
442+
-- same as @rpar `dot` strat@. Specifically, @rpar `dot` strat@
443+
-- always produces a value in WHNF, while @rparWith strat@ need
444+
-- not.
445445
--
446446
-- > rparWith r0 = r0
447447
-- > rparWith rpar = rpar

0 commit comments

Comments
 (0)