diff options
| author | Pierre-Marie Pédrot | 2018-11-30 15:12:33 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-11-30 15:12:33 +0100 |
| commit | 440d26fb71a98ea4e36d4df315fe2d9aa14340f8 (patch) | |
| tree | 5108a17aaadbb2857c6699e20ceab2bd6184907b /plugins/ltac/tacinterp.mli | |
| parent | ae5cfac4f0c02f0cbd3f7286033a36c0e017538a (diff) | |
| parent | b8de2bae178a63a6c482a46ee01e5183676984ee (diff) | |
Merge PR #9102: [ltac] Remove aliases already present in the lower layers.
Diffstat (limited to 'plugins/ltac/tacinterp.mli')
| -rw-r--r-- | plugins/ltac/tacinterp.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ltac/tacinterp.mli b/plugins/ltac/tacinterp.mli index f9883e4441..d9c80bb835 100644 --- a/plugins/ltac/tacinterp.mli +++ b/plugins/ltac/tacinterp.mli @@ -43,6 +43,8 @@ type interp_sign = Geninterp.interp_sign = { lfun : value Id.Map.t; extra : TacStore.t } +open Genintern + val f_avoid_ids : Id.Set.t TacStore.field val f_debug : debug_info TacStore.field |
