aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/thread.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/control/thread.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/control/thread.lux b/stdlib/source/library/lux/control/thread.lux
index 99a405024..7ef58a98a 100644
--- a/stdlib/source/library/lux/control/thread.lux
+++ b/stdlib/source/library/lux/control/thread.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux "*"
+ [lux (.full)
["@" target]
[abstract
[functor (.only Functor)]
@@ -13,7 +13,7 @@
["[0]" array "_"
["[1]" \\unsafe (.only Array)]]]]
[type
- [primitive "*"]
+ [primitive (.full)]
["[0]" variance (.only Mutable)]]]])
(type: .public (Thread ! a)