aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/console.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/world/console.lux')
-rw-r--r--stdlib/source/library/lux/world/console.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/library/lux/world/console.lux b/stdlib/source/library/lux/world/console.lux
index b34096ea5..98f960519 100644
--- a/stdlib/source/library/lux/world/console.lux
+++ b/stdlib/source/library/lux/world/console.lux
@@ -1,20 +1,20 @@
(.module:
[library
- [lux #*
- [ffi (#+ import:)]
+ [lux "*"
+ [ffi {"+" [import:]}]
["@" target]
[abstract
- [monad (#+ do)]]
+ [monad {"+" [do]}]]
[control
- ["." try (#+ Try)]
- ["." exception (#+ exception:)]
- ["." io (#+ IO io)]
+ ["." try {"+" [Try]}]
+ ["." exception {"+" [exception:]}]
+ ["." io {"+" [IO io]}]
[concurrency
- ["." async (#+ Async)]
+ ["." async {"+" [Async]}]
["." atom]]]
[data
- ["." text (#+ Char)
- ["%" format (#+ format)]]]]])
+ ["." text {"+" [Char]}
+ ["%" format {"+" [format]}]]]]])
(type: .public (Console !)
(Interface