aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/egrammar.mli
diff options
context:
space:
mode:
authorGravatar sacerdot <sacerdot@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-11-16 15:49:08 +0000
committerGravatar sacerdot <sacerdot@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-11-16 15:49:08 +0000
commitb01b06d3a843c97adc6c0a0621b8d681c10fa6fe (patch)
treed3f90b1dc590ffd917090290d9fd03e63c094a49 /parsing/egrammar.mli
parentd6c204c70c3b89b5bda4e7779cc4a20b5fa3f63f (diff)
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
Diffstat (limited to 'parsing/egrammar.mli')
-rw-r--r--parsing/egrammar.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/parsing/egrammar.mli b/parsing/egrammar.mli
index 58a889348..b6844e547 100644
--- a/parsing/egrammar.mli
+++ b/parsing/egrammar.mli
@@ -16,6 +16,7 @@ open Coqast
open Vernacexpr
open Extend
open Rawterm
+open Mod_subst
(*i*)
type all_grammar_command =
@@ -48,7 +49,7 @@ val get_extend_vernac_grammars :
val reset_extend_grammars_v8 : unit -> unit
val subst_all_grammar_command :
- Names.substitution -> all_grammar_command -> all_grammar_command
+ substitution -> all_grammar_command -> all_grammar_command
val interp_entry_name : string -> string ->
entry_type * Token.t Gramext.g_symbol