add missing imports
This commit is contained in:
parent
f2ed3d6c8e
commit
f520a2c103
3 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,8 @@ module Utility.Parallel where
|
|||
|
||||
import Common
|
||||
|
||||
import System.Posix.Process
|
||||
|
||||
{- Runs an action in parallel with a set of values.
|
||||
- Returns the values partitioned into ones with which the action succeeded,
|
||||
- and ones with which it failed. -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue