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.
2 parents d66e81a + fb751bb commit b8ab451Copy full SHA for b8ab451
src/Control/Parallel.purs
@@ -17,7 +17,7 @@ import Control.Parallel.Class (class Parallel, parallel, sequential, ParCont(..)
17
import Data.Foldable (class Foldable, traverse_, oneOfMap)
18
import Data.Traversable (class Traversable, traverse)
19
20
--- | Apply a function to an arguement under a type constructor in parallel.
+-- | Apply a function to an argument under a type constructor in parallel.
21
parApply
22
:: forall f m a b
23
. Parallel f m
0 commit comments