aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/pom.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/pom.lux')
-rw-r--r--stdlib/source/program/aedifex/pom.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/pom.lux b/stdlib/source/program/aedifex/pom.lux
index c87dcabaf..eed536317 100644
--- a/stdlib/source/program/aedifex/pom.lux
+++ b/stdlib/source/program/aedifex/pom.lux
@@ -65,7 +65,7 @@
(def distribution
(-> /.Distribution XML)
- (|>> (pipe.case
+ (|>> (pipe.when
{/.#Repo} "repo"
{/.#Manual} "manual")
(..property "distribution")))
@@ -141,7 +141,7 @@
(def .public (write value)
(-> /.Profile (Try XML))
- (case (the /.#identity value)
+ (when (the /.#identity value)
{.#Some identity}
{try.#Success
{xml.#Node ["" ..project_tag] xml.attributes