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