aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/type/resource.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/type/resource.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/type/resource.lux b/stdlib/source/test/lux/type/resource.lux
index 4bfb49503..791c31e1f 100644
--- a/stdlib/source/test/lux/type/resource.lux
+++ b/stdlib/source/test/lux/type/resource.lux
@@ -31,7 +31,7 @@
(monad.do {! random.monad}
[pre (\ ! map %.nat random.nat)
post (\ ! map %.nat random.nat)
- #let [! identity.monad]]
+ .let [! identity.monad]]
(_.for [/.Linear /.run /.monad]
(`` ($_ _.and
(~~ (template [<coverage> <bindings>]
@@ -73,7 +73,7 @@
(monad.do {! random.monad}
[pre (\ ! map %.nat random.nat)
post (\ ! map %.nat random.nat)
- #let [! io.monad]]
+ .let [! io.monad]]
(_.for [/.Linear /.run /.monad]
(`` ($_ _.and
(~~ (template [<coverage> <bindings>]
@@ -116,7 +116,7 @@
(monad.do {! random.monad}
[pre (\ ! map %.nat random.nat)
post (\ ! map %.nat random.nat)
- #let [! async.monad]]
+ .let [! async.monad]]
(_.for [/.Linear /.run /.monad]
(`` ($_ _.and
(~~ (template [<coverage> <bindings>]