diff options
author | Eduardo Julian | 2019-04-27 21:35:04 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-04-27 21:35:04 -0400 |
commit | 7da7c963aa7b01ed8256d143bd27872d1ecdf989 (patch) | |
tree | fecabe17a077a2bd87096522e94e46e68a24f936 /stdlib/source/lux/control/concurrency/process.lux | |
parent | dbd1e0a849f3d3e7037d3d651e7b626a7fc49fad (diff) |
Re-named "lux/tool/compiler/host" to "lux/target".
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/control/concurrency/process.lux | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/stdlib/source/lux/control/concurrency/process.lux b/stdlib/source/lux/control/concurrency/process.lux index 074ea96ac..400dcf2c8 100644 --- a/stdlib/source/lux/control/concurrency/process.lux +++ b/stdlib/source/lux/control/concurrency/process.lux @@ -1,5 +1,7 @@ (.module: [lux #* + ["@" target] + ["." host (#+ import: object)] [abstract ["." monad (#+ do)]] [control @@ -7,11 +9,7 @@ ["." io (#+ IO io)]] [data [collection - ["." list]]] - [tool - [compiler - ["@" host]]] - ["." host (#+ import: object)]] + ["." list]]]] [// ["." atom (#+ Atom)]]) |