]> git.immae.eu Git - github/fretlink/purs-loader.git/blob - docs/PursLoader/ChildProcess.md
PureScript 0.7 updates and migration to pulp
[github/fretlink/purs-loader.git] / docs / PursLoader / ChildProcess.md
1 ## Module PursLoader.ChildProcess
2
3 #### `ChildProcess`
4
5 ``` purescript
6 data ChildProcess :: !
7 ```
8
9 #### `spawn`
10
11 ``` purescript
12 spawn :: forall eff. String -> Array String -> Aff (cp :: ChildProcess | eff) String
13 ```
14
15