aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-07-27 03:51:10 -0400
committerEduardo Julian2021-07-27 03:51:10 -0400
commit061fd8a209bbcaffc2bfb850ac6046752a567d50 (patch)
tree8cd83ad7d0bc06ded7976eb5420467e485733ae8 /stdlib/source/program/aedifex.lux
parente64b6d0114c26a455e19a416b5f02a4d19dd711f (diff)
Re-named wrap => in && unwrap => out.
Diffstat (limited to 'stdlib/source/program/aedifex.lux')
-rw-r--r--stdlib/source/program/aedifex.lux14
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/program/aedifex.lux b/stdlib/source/program/aedifex.lux
index c84f57170..664883ab0 100644
--- a/stdlib/source/program/aedifex.lux
+++ b/stdlib/source/program/aedifex.lux
@@ -85,13 +85,13 @@
[exit_code output] ((command console program (file.async file.default) (shell.async shell.default) resolution) profile)
_ (case exit_code
(^ (static shell.normal))
- (wrap [])
+ (in [])
_
(do async.monad
[_ (\ program exit exit_code)]
- (wrap (#try.Failure ""))))]
- (wrap output)))
+ (in (#try.Failure ""))))]
+ (in output)))
(exception: (cannot_find_repository {repository Text}
{options (Dictionary Text Address)})
@@ -122,7 +122,7 @@
(#try.Failure error)
(..fail! error))))
- (\ io.monad wrap [])))
+ (\ io.monad in [])))
(program: [{[profile operation] /cli.command}]
(do {! io.monad}
@@ -148,7 +148,7 @@
(let [program (program.async program.default)]
(case operation
#/cli.Version
- (wrap [])
+ (in [])
#/cli.Clean
(..command
@@ -175,10 +175,10 @@
profile)
[#.None _]
- (async\wrap (exception.throw /.no_identity []))
+ (async\in (exception.except /.no_identity []))
[_ #.None]
- (async\wrap (exception.throw ..cannot_find_repository [repository (get@ #/.deploy_repositories profile)]))))
+ (async\in (exception.except ..cannot_find_repository [repository (get@ #/.deploy_repositories profile)]))))
#/cli.Dependencies
(..command