From c6417ebc8a670d69bff628a15e0ae0a8d43b8091 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 21 Sep 2003 22:45:31 +0000 Subject: Changement de la politique de V8only: V8only tout seul signifie 'seulement interprétation' en V8; héritage des paramêtres de V7 seulement si pas V8only; sinon, il faut tout expliciter (pas d'héritage partiel). Restructuration de Metasyntax. Correction bug qui cassait l'affichage de la version -translate quand utilisée en v7 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4431 85f007b7-540e-0410-9357-904b9bb8a0f7 --- interp/symbols.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interp') diff --git a/interp/symbols.mli b/interp/symbols.mli index 0f13c0d57e..1f5bc2607c 100644 --- a/interp/symbols.mli +++ b/interp/symbols.mli @@ -103,8 +103,8 @@ val availability_of_notation : scope_name * notation -> scopes -> (*s Declare and test the level of a (possibly uninterpreted) notation *) -val declare_notation_level : notation -> level -> unit -val level_of_notation : notation -> level (* [Not_found] if no level *) +val declare_notation_level : notation -> level option * level -> unit +val level_of_notation : notation -> level option * level (* [Not_found] if no level *) (*s** Miscellaneous *) -- cgit v1.2.3