# HG changeset patch # User Chris Cannam # Date 1664974784 -3600 # Wed Oct 05 13:59:44 2022 +0100 # Node ID 9490801c3677e3c18ade29c20f2a3efdef8d0098 # Parent 90e571752da865fdf9fbd931e2f8d3fa7633b97e Fix warning diff --git a/int-matrix.sml b/int-matrix.sml --- a/int-matrix.sml +++ b/int-matrix.sml @@ -11,7 +11,7 @@ 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