aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.functor.list.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structures.functor.list.scm')
-rw-r--r--algebraic-structures.functor.list.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/algebraic-structures.functor.list.scm b/algebraic-structures.functor.list.scm
index 62c4910..569cc60 100644
--- a/algebraic-structures.functor.list.scm
+++ b/algebraic-structures.functor.list.scm
@@ -1,5 +1,5 @@
-(import (only (algebraic-structs functor list base)))
-(import (only (algebraic-structs functor make)))
+(import (only (algebraic-structures functor list base)))
+(import (only (algebraic-structures functor make)))
-(module (algebraic-structs functor list) = ((algebraic-structs functor make)
- (algebraic-structs functor list base)))
+(module (algebraic-structures functor list) = ((algebraic-structures functor make)
+ (algebraic-structures functor list base)))