Skip to content

Commit f12bf89

Browse files
authored
Merge pull request #79 from ppedrot/explicit-names-quotient
Adapt w.r.t. rocq-prover/rocq#13075.
2 parents a30dea4 + 1634f43 commit f12bf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdepend.mlg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module G = struct
9393

9494
module Edges = Set.Make (Edge)
9595

96-
module GMap = Map.Make (Names.GlobRef.Ordered_env)
96+
module GMap = Map.Make (Names.GlobRef.UserOrd)
9797

9898
type t = int GMap.t * Edges.t
9999

0 commit comments

Comments
 (0)