diff options
| author | Pierre-Marie Pédrot | 2020-06-17 15:10:32 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-06-24 15:38:24 +0200 |
| commit | 34aeda3d701efd5dead8890588fb02bcdb4980d2 (patch) | |
| tree | 9330fb20e4e7d95bac5d1550f4340bfed73efd67 /tactics/auto.ml | |
| parent | b89584b989d8623a63e85b4a664a730d0f92ed65 (diff) | |
Merge Clenvtac into Clenv.
Having two different modules led to the availability of internal API in
the mli.
Diffstat (limited to 'tactics/auto.ml')
| -rw-r--r-- | tactics/auto.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/auto.ml b/tactics/auto.ml index 4f7bb7ee1e..3287c1c354 100644 --- a/tactics/auto.ml +++ b/tactics/auto.ml @@ -99,7 +99,7 @@ let connect_hint_clenv h gl = let unify_resolve flags (h : hint) = Proofview.Goal.enter begin fun gl -> let clenv, c = connect_hint_clenv h gl in - Clenvtac.res_pf ~flags clenv + Clenv.res_pf ~flags clenv end let unify_resolve_nodelta h = unify_resolve auto_unif_flags h |
