Skip to content

Commit

Permalink
fixed test (do not use module Int)
Browse files Browse the repository at this point in the history
  • Loading branch information
backtracking committed Mar 8, 2021
1 parent 442789f commit 2aa3d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.ml
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 2aa3d96

Please sign in to comment.