diff options
| author | Emilio Jesus Gallego Arias | 2020-03-13 04:55:49 -0400 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-03-13 04:55:49 -0400 |
| commit | f3fb2f21646f257c0dd030a8411bafd80ea9d0bd (patch) | |
| tree | f9949fbe34ee43c9ce868ee97870afaf8f11d877 /proofs | |
| parent | 76d8a38a4591c604795c5429ffcbbe9daaa8945d (diff) | |
[cleanup] Remove unnecessary Map/Set module creation
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/goal.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/goal.ml b/proofs/goal.ml index 4759c0860f..1883f857f7 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 |
