From b01b06d3a843c97adc6c0a0621b8d681c10fa6fe Mon Sep 17 00:00:00 2001 From: sacerdot Date: Tue, 16 Nov 2004 15:49:08 +0000 Subject: Names.substitution (and related functions) and Term.subst_mps moved to the new module kernel/mod_subst.ml. MOTIVATION: mod_subst is compiled after kernel/term.ml; thus it is now possible to define substitutions that also delta-expand constants (by associating the delta-expanded form to the constant name). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6304 85f007b7-540e-0410-9357-904b9bb8a0f7 --- pretyping/evd.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'pretyping/evd.mli') diff --git a/pretyping/evd.mli b/pretyping/evd.mli index 9f10d2dfe..fff6808d1 100644 --- a/pretyping/evd.mli +++ b/pretyping/evd.mli @@ -14,6 +14,7 @@ open Names open Term open Sign open Libnames +open Mod_subst (*i*) (* The type of mappings for existential variables. -- cgit v1.2.3