Skip to content

Commit

Permalink
Fix wrong merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed May 15, 2024
1 parent cf805e7 commit 5cde1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patriciaTree.mli
Original file line number Diff line number Diff line change
Expand Up @@ -1474,8 +1474,8 @@ module type HASHED_VALUE = sig
{[
type any = Any : 'a HMap.t -> any
module MapOfMaps = MakeMap(struct
type t = Any : 'a HMap.t -> t
let to_int (Any x) = Node.to_int x
type t = any
let to_int (Any x) = HMap.to_int x
end)
]}
Using this can lead to unexpected behaviors:
Expand Down

0 comments on commit 5cde1a8

Please sign in to comment.