From 97342267831a19482cdbaf2b0dcb581301456378 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Thu, 12 Sep 2024 00:42:58 +0900 Subject: Update make-default-operator-rule-set --- qklib/infix.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qklib/infix.scm b/qklib/infix.scm index 553fb47..ee58df5 100644 --- a/qklib/infix.scm +++ b/qklib/infix.scm @@ -25,8 +25,7 @@ (define (make-default-operator-rule-set) (rule-set (list - (operator '= 0 'both) - (operator '+ 1 'both (unit 0 #f #t)) + (operator '+ 1 'both (unit 0)) (operator '- 1 'left (unit 0 #t #t)) (operator '* 2 'both (unit 1)) (operator '/ 2 'left (unit 1 #t) (prefix '/)) -- cgit v1.2.3