aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world/input/keyboard.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/world/input/keyboard.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/world/input/keyboard.lux b/stdlib/source/test/lux/world/input/keyboard.lux
index 727ea70cf..38ff5feb5 100644
--- a/stdlib/source/test/lux/world/input/keyboard.lux
+++ b/stdlib/source/test/lux/world/input/keyboard.lux
@@ -1,20 +1,20 @@
(.module:
[library
- [lux #*
- ["_" test (#+ Test)]
+ [lux "*"
+ ["_" test {"+" [Test]}]
[abstract
- [monad (#+ do)]]
+ [monad {"+" [do]}]]
[control
["." maybe]]
[data
["." bit ("#\." equivalence)]
[collection
["." list]
- ["." set (#+ Set)]]]
+ ["." set {"+" [Set]}]]]
[macro
["." template]]
[math
- ["." random (#+ Random)]
+ ["." random {"+" [Random]}]
[number
["n" nat]]]]]
[\\library