aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.applicative.make.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structures.applicative.make.scm')
-rw-r--r--algebraic-structures.applicative.make.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/algebraic-structures.applicative.make.scm b/algebraic-structures.applicative.make.scm
index 3681dfa..10a5663 100644
--- a/algebraic-structures.applicative.make.scm
+++ b/algebraic-structures.applicative.make.scm
@@ -1,4 +1,4 @@
-(functor ((algebraic-structs applicative make) (A (pure map map2)))
+(functor ((algebraic-structures applicative make) (A (pure map map2)))
(pure map map2 map* apply)
(import (rename scheme (map scheme:map) (apply scheme:apply))
(only (chicken base) sub1 add1 foldl case-lambda)