aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/world/program.lux')
-rw-r--r--stdlib/source/library/lux/world/program.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/world/program.lux b/stdlib/source/library/lux/world/program.lux
index 1607e14c3..a540bf2b1 100644
--- a/stdlib/source/library/lux/world/program.lux
+++ b/stdlib/source/library/lux/world/program.lux
@@ -12,7 +12,7 @@
["." exception (#+ exception:)]
[concurrency
["." atom]
- ["." promise (#+ Promise)]]
+ ["." async (#+ Async)]]
[parser
["." environment (#+ Environment)]]]
[data
@@ -69,7 +69,7 @@
(dictionary.of_list text.hash)))))
(`` (implementation: #export (async program)
- (-> (Program IO) (Program Promise))
+ (-> (Program IO) (Program Async))
(~~ (template [<method>]
[(def: <method>
@@ -81,7 +81,7 @@
(~~ (template [<method>]
[(def: <method>
- (|>> (\ program <method>) promise.future))]
+ (|>> (\ program <method>) async.future))]
[available_variables]
[variable]