aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification/lux/world/console.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/specification/lux/world/console.lux')
-rw-r--r--stdlib/source/specification/lux/world/console.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/specification/lux/world/console.lux b/stdlib/source/specification/lux/world/console.lux
index 5264211b4..15305d236 100644
--- a/stdlib/source/specification/lux/world/console.lux
+++ b/stdlib/source/specification/lux/world/console.lux
@@ -6,16 +6,16 @@
[monad {"+" [do]}]]
[control
[io {"+" [IO]}]
- ["." try]
+ ["[0]" try]
[concurrency
- ["." async {"+" [Async]}]]]
+ ["[0]" async {"+" [Async]}]]]
[data
- ["." text
+ ["[0]" text
["%" format {"+" [format]}]]]
[math
- ["." random]]]]
+ ["[0]" random]]]]
[\\library
- ["." /]])
+ ["[0]" /]])
(def: .public (spec console)
(-> (IO (/.Console Async)) Test)