aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/repository.lux
diff options
context:
space:
mode:
authorEduardo Julian2020-12-12 01:40:48 -0400
committerEduardo Julian2020-12-12 01:40:48 -0400
commit71ade9a07f08c0d61ebd70e64c2745f1ba33cb54 (patch)
tree736b881f4b1db0775211baa5df611b9e40abeac1 /stdlib/source/test/aedifex/repository.lux
parentdff517cbdb9a1c80028782c62ad91c71ddb34909 (diff)
Removed several unnecessary imports.
Diffstat (limited to 'stdlib/source/test/aedifex/repository.lux')
-rw-r--r--stdlib/source/test/aedifex/repository.lux9
1 files changed, 5 insertions, 4 deletions
diff --git a/stdlib/source/test/aedifex/repository.lux b/stdlib/source/test/aedifex/repository.lux
index 4da17a059..ff669d687 100644
--- a/stdlib/source/test/aedifex/repository.lux
+++ b/stdlib/source/test/aedifex/repository.lux
@@ -2,14 +2,15 @@
[lux #*
["_" test (#+ Test)]
[abstract
- ["." hash (#+ Hash)]
- ["." equivalence (#+ Equivalence)]
+ [equivalence (#+ Equivalence)]
+ [hash (#+ Hash)]
["." monad (#+ do)]]
[control
["." io]
["." try]
["." exception (#+ exception:)]]
[data
+ ["." product]
["." binary (#+ Binary)]
["." text
["%" format (#+ format)]]
@@ -34,7 +35,7 @@
(def: identity-equivalence
(Equivalence Identity)
- (equivalence.product text.equivalence
+ (product.equivalence text.equivalence
text.equivalence))
(def: artifact
@@ -43,7 +44,7 @@
(def: item-hash
(Hash [Artifact Extension])
- (hash.product //artifact.hash
+ (product.hash //artifact.hash
text.hash))
(exception: (not-found {artifact Artifact}