aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/package.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/package.lux')
-rw-r--r--stdlib/source/program/aedifex/package.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/program/aedifex/package.lux b/stdlib/source/program/aedifex/package.lux
index 3dc430c9c..258a80c2f 100644
--- a/stdlib/source/program/aedifex/package.lux
+++ b/stdlib/source/program/aedifex/package.lux
@@ -35,7 +35,7 @@
#pom [XML Binary Status]]))
(with_template [<name> <tag>]
- [(def: .public (<name> package)
+ [(def .public (<name> package)
(-> Package Bit)
(case (the #origin package)
{<tag> _}
@@ -48,7 +48,7 @@
[remote? //origin.#Remote]
)
-(def: .public (local pom library)
+(def .public (local pom library)
(-> XML Binary Package)
[#origin {//origin.#Local ""}
#library [library
@@ -60,7 +60,7 @@
{//status.#Verified (//hash.sha-1 binary_pom)
(//hash.md5 binary_pom)}])])
-(def: .public dependencies
+(def .public dependencies
(-> Package (Try (Set Dependency)))
(|>> (the #pom)
product.left
@@ -68,7 +68,7 @@
(<xml>.result //pom.parser)
(try#each (the /.#dependencies))))
-(def: .public repositories
+(def .public repositories
(-> Package (Try (Set Address)))
(|>> (the #pom)
product.left
@@ -76,7 +76,7 @@
(<xml>.result //pom.parser)
(try#each (the /.#repositories))))
-(def: .public equivalence
+(def .public equivalence
(Equivalence Package)
(all product.equivalence
//origin.equivalence