9490801c3677 — Chris Cannam 7 months ago
Fix warning
1 files changed, 1 insertions(+), 1 deletions(-)

M int-matrix.sml
M int-matrix.sml +1 -1
@@ 11,7 11,7 @@ structure IntMatrixFnArg = struct
         val one = 1
         fun isZero x = x = 0
         val toString = StringInterpolate.I
-        val / = quot
+        val op / = quot
     end
     fun fromExternal v = v
     fun toExternal v = v