diff options
| author | Kenji Maillard | 2019-11-04 23:44:28 +0100 |
|---|---|---|
| committer | Kenji Maillard | 2019-11-04 23:47:46 +0100 |
| commit | 5711fc6dcd9a0a566e0bbb543e9d7edb413aacf4 (patch) | |
| tree | 4452f59bcbc609e2cf0740b3cce3c5b71b7fadeb /user-contrib/Ltac2/tac2env.mli | |
| parent | f75e1b5d8a4f679c839ffa327baa590198c69640 (diff) | |
Prevent double definition of Ltac2 constructors inside a module; Fix #11046
Diffstat (limited to 'user-contrib/Ltac2/tac2env.mli')
| -rw-r--r-- | user-contrib/Ltac2/tac2env.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user-contrib/Ltac2/tac2env.mli b/user-contrib/Ltac2/tac2env.mli index 670c8735ee..effb9f705a 100644 --- a/user-contrib/Ltac2/tac2env.mli +++ b/user-contrib/Ltac2/tac2env.mli @@ -83,6 +83,7 @@ val locate_extended_all_ltac : qualid -> tacref list val shortest_qualid_of_ltac : tacref -> qualid val push_constructor : visibility -> full_path -> ltac_constructor -> unit +val mem_constructor : qualid -> bool val locate_constructor : qualid -> ltac_constructor val locate_extended_all_constructor : qualid -> ltac_constructor list val shortest_qualid_of_constructor : ltac_constructor -> qualid |
