diff options
| author | Pierre-Marie Pédrot | 2018-09-07 13:05:21 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-09-07 13:05:21 +0200 |
| commit | 261ada6b499c1b803da3ac8ffe6bc8b3b9713709 (patch) | |
| tree | 4f823e78a8cc1c45c5277837232293ae05ecfedc /kernel/mod_subst.mli | |
| parent | 07c3905c30590c93f1b173833087bbd1df364227 (diff) | |
Remove dead code in Mod_subst.
Diffstat (limited to 'kernel/mod_subst.mli')
| -rw-r--r-- | kernel/mod_subst.mli | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/mod_subst.mli b/kernel/mod_subst.mli index 2e5211c770..8416094063 100644 --- a/kernel/mod_subst.mli +++ b/kernel/mod_subst.mli @@ -165,11 +165,6 @@ val replace_mp_in_kn : ModPath.t -> ModPath.t -> KerName.t -> KerName.t names appearing in [c] *) val subst_mps : substitution -> constr -> constr -(** [occur_*id id sub] returns true iff [id] occurs in [sub] - on either side *) - -val occur_mbid : MBId.t -> substitution -> bool - (** [repr_substituted r] dumps the representation of a substituted: - [None, a] when r is a value - [Some s, a] when r is a delayed substitution [s] applied to [a] *) |
