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.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/test/lux/world/input/keyboard.lux b/stdlib/source/test/lux/world/input/keyboard.lux
index fdb0dda38..25b652db6 100644
--- a/stdlib/source/test/lux/world/input/keyboard.lux
+++ b/stdlib/source/test/lux/world/input/keyboard.lux
@@ -112,10 +112,10 @@
/.f24]])]
(def listing
(List /.Key)
- (list.together (`` (list (~~ (with_template [<definition> <keys>]
+ (list.together (`` (list (,, (with_template [<definition> <keys>]
[((is (-> Any (List /.Key))
(function (_ _)
- (`` (list (~~ (template.spliced <keys>))))))
+ (`` (list (,, (template.spliced <keys>))))))
[])]
<groups>))))))
@@ -148,14 +148,14 @@
(<| (_.covering /._)
(_.for [/.Key])
(`` (all _.and
- (~~ (with_template [<definition> <keys>]
+ (,, (with_template [<definition> <keys>]
[<definition>]
<groups>))
(_.for [/.Press]
(`` (all _.and
- (~~ (with_template [<pressed?> <function>]
+ (,, (with_template [<pressed?> <function>]
[(do random.monad
[key ..random
.let [sample (<function> key)]]