diff options
author | Eduardo Julian | 2019-04-06 23:11:20 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-04-06 23:11:20 -0400 |
commit | 2a05d8f3711d2e1b6fcccd9a2869478197386a7f (patch) | |
tree | 12206ff1f282943225b795334e38c0ac1e935e77 /stdlib/source/lux/control/concurrency/process.lux | |
parent | a75f032ff219fdd639580455a6d3e83fd05d5592 (diff) |
Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/control/concurrency/process.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/control/concurrency/process.lux b/stdlib/source/lux/control/concurrency/process.lux index 96963a7f2..c7f9ae82e 100644 --- a/stdlib/source/lux/control/concurrency/process.lux +++ b/stdlib/source/lux/control/concurrency/process.lux @@ -3,14 +3,14 @@ [abstract ["." monad (#+ do)]] [control - ["ex" exception (#+ exception:)]] + ["ex" exception (#+ exception:)] + ["." io (#+ IO io)]] [data [collection ["." list]]] [tool [compiler ["." host]]] - ["." io (#+ IO io)] [host (#+ import: object)]] [// ["." atom (#+ Atom)]]) |