aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command/pom.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-08-07 02:20:09 -0400
committerEduardo Julian2021-08-07 02:20:09 -0400
commit17e7566be51df5e428a6b10e6469201a8a9468da (patch)
tree0d4ed80c9c9d846784b5bf460f6e6f5fc5b96663 /stdlib/source/test/aedifex/command/pom.lux
parenteff4c59794868b89d60fdc411f9b544a270b817e (diff)
Made the be/de macros for (co)monadic expression extensible.
Diffstat (limited to 'stdlib/source/test/aedifex/command/pom.lux')
-rw-r--r--stdlib/source/test/aedifex/command/pom.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/aedifex/command/pom.lux b/stdlib/source/test/aedifex/command/pom.lux
index 6578e793f..54a365468 100644
--- a/stdlib/source/test/aedifex/command/pom.lux
+++ b/stdlib/source/test/aedifex/command/pom.lux
@@ -35,9 +35,9 @@
(<| (_.covering /._)
(do random.monad
[sample @profile.random
- #let [fs (file.mock (\ file.default separator))]]
+ .let [fs (file.mock (\ file.default separator))]]
(in (do {! async.monad}
- [#let [console (@version.echo "")]
+ [.let [console (@version.echo "")]
outcome (/.do! console fs sample)]
(case outcome
(#try.Success _)
@@ -53,7 +53,7 @@
(text\= /.success)
(\ console read_line []))
- #let [expected_content!
+ .let [expected_content!
(binary\= expected actual)]]
(in (and logging!
expected_content!)))]