aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/concurrency/thread.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/control/concurrency/thread.lux')
-rw-r--r--stdlib/source/library/lux/control/concurrency/thread.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/control/concurrency/thread.lux b/stdlib/source/library/lux/control/concurrency/thread.lux
index 0902501b4..92523ef84 100644
--- a/stdlib/source/library/lux/control/concurrency/thread.lux
+++ b/stdlib/source/library/lux/control/concurrency/thread.lux
@@ -4,11 +4,11 @@
["@" target]
["[0]" ffi]
[abstract
- ["[0]" monad {"+" do}]]
+ ["[0]" monad (.only do)]]
[control
["[0]" try]
- ["[0]" exception {"+" exception:}]
- ["[0]" io {"+" IO io}]]
+ ["[0]" exception (.only exception:)]
+ ["[0]" io (.only IO io)]]
[data
["[0]" text]
[collection
@@ -22,7 +22,7 @@
[time
["[0]" instant]]]]
[//
- ["[0]" atom {"+" Atom}]])
+ ["[0]" atom (.only Atom)]])
(with_expansions [<jvm> (these (ffi.import: java/lang/Object
"[1]::[0]")