aboutsummaryrefslogtreecommitdiff
path: root/qklib/infix/rule-set.scm
diff options
context:
space:
mode:
Diffstat (limited to 'qklib/infix/rule-set.scm')
-rw-r--r--qklib/infix/rule-set.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/qklib/infix/rule-set.scm b/qklib/infix/rule-set.scm
index 96f08cc..1189bca 100644
--- a/qklib/infix/rule-set.scm
+++ b/qklib/infix/rule-set.scm
@@ -157,7 +157,7 @@
((binary-only?)
(make-prefix binary-only? #f #f))
((binary-only? symbol)
- (make-prefix binary-only? symbol #t))))
+ (make-prefix binary-only? #t symbol))))
(define-record-type <identity>
(make-identity value inv? unary?)