aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.private.string.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structures.private.string.scm')
-rw-r--r--algebraic-structures.private.string.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/algebraic-structures.private.string.scm b/algebraic-structures.private.string.scm
index c6d17b6..dfe2e2d 100644
--- a/algebraic-structures.private.string.scm
+++ b/algebraic-structures.private.string.scm
@@ -1,6 +1,6 @@
-(module (algebraic-structures private string) (<> unit)
+(module (algebraic-structures private string) (op unit)
(import scheme)
- (define (<> x y) (string-append x y))
+ (define (op x y) (string-append x y))
(define unit ""))