fix compat bug

This commit is contained in:
Simon Cruanes 2020-09-08 23:40:47 -04:00
parent c7fae418ab
commit 6df11c2962

View file

@ -139,7 +139,7 @@ end
module Map = struct
module M = Map.Make(struct
type t = int
let compare (i:int) j = Stdlib.compare i j
let compare (i:int) j = CCInt.compare i j
end)
type t = exn_pair M.t