aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-09-03 03:29:39 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-09-03 03:29:39 +0900
commitfd0404483be11545ed7b881aa956af9f5c9af943 (patch)
treeafcb54e6a0a1f77cc728d3c1ca69a47599ea1d98
parent630e733ca860dcd97517adb8ef663a9d204ad22e (diff)
Rename procedure from `inv?` to `unit-inv?` in (qklib infix rule-set)
-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 70c3540..df80e71 100644
--- a/qklib/infix/rule-set.scm
+++ b/qklib/infix/rule-set.scm
@@ -126,7 +126,7 @@
(make-unit value inv?)
unit?
(value unit-value)
- (inv? inv))
+ (inv? unit-inv?))
(define unit
(case-lambda