aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/project.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-12 15:39:55 -0400
committerEduardo Julian2021-09-12 15:39:55 -0400
commit2dbbaaec93a53f8dd0b96a0028b9cf125c9066cd (patch)
tree14bc8b5abe09b46ef005c3ff7cf132f1d98ddf0d /stdlib/source/program/aedifex/project.lux
parentdda05bca0956af5e5b3875c4cc36e61aa04772e4 (diff)
Re-named \ => # && \\ => ##
Diffstat (limited to 'stdlib/source/program/aedifex/project.lux')
-rw-r--r--stdlib/source/program/aedifex/project.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/program/aedifex/project.lux b/stdlib/source/program/aedifex/project.lux
index aedae9c64..01173dba5 100644
--- a/stdlib/source/program/aedifex/project.lux
+++ b/stdlib/source/program/aedifex/project.lux
@@ -14,7 +14,7 @@
[collection
["[0]" dictionary {"+" [Dictionary]}]
["[0]" set {"+" [Set]}]
- ["[0]" list ("[1]\[0]" mix)]]]]]
+ ["[0]" list ("[1]#[0]" mix)]]]]]
["[0]" // "_"
["[1]" profile {"+" [Name Profile]}]])
@@ -39,7 +39,7 @@
(dictionary.empty text.hash))
(def: composite
- (dictionary.merged_with (\ //.monoid composite))))
+ (dictionary.merged_with (# //.monoid composite))))
(exception: .public (unknown_profile [name Name])
(exception.report
@@ -64,8 +64,8 @@
(do [! try.monad]
[parents (monad.each ! (profile' (set.has name lineage) project)
(value@ //.#parents profile))]
- (in (list\mix (function (_ parent child)
- (\ //.monoid composite child parent))
+ (in (list#mix (function (_ parent child)
+ (# //.monoid composite child parent))
(with@ //.#parents (list) profile)
parents))))