diff options
| author | Emilio Jesus Gallego Arias | 2019-02-18 19:43:43 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-02-18 19:43:43 +0100 |
| commit | a4a59ec5cf426bb1ee36dc1ac49cb20bd17d5f43 (patch) | |
| tree | 466c6643c909f0df08dbc7ed8443e7283a2123e1 /vernac | |
| parent | 69f219cdcddc10823d52ffa1ea9503254e48bce4 (diff) | |
| parent | 6d54c0fbbe8c905991dcb99112cce69792c9b142 (diff) | |
Merge PR #9589: Deprecate duplicated explicitation_eq
Reviewed-by: ejgallego
Reviewed-by: herbelin
Ack-by: jashug
Diffstat (limited to 'vernac')
| -rw-r--r-- | vernac/comDefinition.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/comDefinition.ml b/vernac/comDefinition.ml index 5e74114a86..5eb19eef54 100644 --- a/vernac/comDefinition.ml +++ b/vernac/comDefinition.ml @@ -35,7 +35,7 @@ let check_imps ~impsty ~impsbody = try List.for_all (fun (key, (va:bool*bool*bool)) -> (* Pervasives.(=) is OK for this type *) - Pervasives.(=) (List.assoc_f Impargs.explicitation_eq key impsty) va) + Pervasives.(=) (List.assoc_f Constrexpr_ops.explicitation_eq key impsty) va) impsbody with Not_found -> false in |
