aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-03-30 13:19:45 +0200
committerGaëtan Gilbert2020-03-30 13:19:45 +0200
commit64e65e9fe7f0a4ea72ab195a4e8708a181c5abef (patch)
treeffb14c27988d3ead4d795d471d7a39191baf2823 /proofs
parente21aae1b32adba4e8673783f327826d279e05ced (diff)
parentf3fb2f21646f257c0dd030a8411bafd80ea9d0bd (diff)
Merge PR #11817: [cleanup] Remove unnecessary Map/Set module creation
Reviewed-by: SkySkimmer Reviewed-by: herbelin Ack-by: ppedrot
Diffstat (limited to 'proofs')
-rw-r--r--proofs/goal.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/goal.ml b/proofs/goal.ml
index ede68e63b9..b1f8fd3e97 100644
--- a/proofs/goal.ml
+++ b/proofs/goal.ml
@@ -131,4 +131,4 @@ module V82 = struct
end
-module Set = Set.Make(struct type t = goal let compare = Evar.compare end)
+module Set = Evar.Set