diff --git a/test.ml b/test.ml index 31c3a78..b958223 100644 --- a/test.ml +++ b/test.ml @@ -1,5 +1,5 @@ -module I = struct include Int let hash x = x end +module I = struct type t = int let compare = Stdlib.compare end module B = Bag.Make(I)