aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command/build.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/build.lux
parenteff4c59794868b89d60fdc411f9b544a270b817e (diff)
Made the be/de macros for (co)monadic expression extensible.
Diffstat (limited to 'stdlib/source/test/aedifex/command/build.lux')
-rw-r--r--stdlib/source/test/aedifex/command/build.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/test/aedifex/command/build.lux b/stdlib/source/test/aedifex/command/build.lux
index 1a1ff7f60..be7c8b55e 100644
--- a/stdlib/source/test/aedifex/command/build.lux
+++ b/stdlib/source/test/aedifex/command/build.lux
@@ -109,7 +109,7 @@
(Random Dependency)
(do random.monad
[lux_version (random.ascii/alpha 5)
- #let [js_compiler {#///dependency.artifact {#///artifact.group /.lux_group
+ .let [js_compiler {#///dependency.artifact {#///artifact.group /.lux_group
#///artifact.name /.js_compiler_name
#///artifact.version lux_version}
#///dependency.type ///artifact/type.js_library}]]
@@ -142,13 +142,13 @@
(do {! random.monad}
[last_read (random.ascii/alpha 5)
last_error (random.ascii/alpha 5)
- #let [fs (file.mock (\ file.default separator))
+ .let [fs (file.mock (\ file.default separator))
shell (shell.async (..good_shell []))]
program (random.ascii/alpha 5)
target (random.ascii/alpha 5)
home (random.ascii/alpha 5)
working_directory (random.ascii/alpha 5)
- #let [empty_profile (: Profile
+ .let [empty_profile (: Profile
(\ ///.monoid identity))
with_target (: (-> Profile Profile)
(set@ #///.target target))
@@ -179,7 +179,7 @@
(#try.Failure error)
(exception.match? /.no_available_compiler error)))))
(do !
- [#let [console (@version.echo "")]
+ [.let [console (@version.echo "")]
[compiler resolution] ..resolution]
(in (do async.monad
[verdict (do ///action.monad
@@ -201,7 +201,7 @@
/.success]
(try.else false verdict)))))
(do !
- [#let [console (@version.echo "")]
+ [.let [console (@version.echo "")]
[compiler resolution] ..resolution]
(in (do async.monad
[verdict (do ///action.monad