From 76dfe2df5a5fc4623384a04610ba9f73030fee60 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 11 Oct 2008 18:35:31 +0000 Subject: Backporting 11445 from 8.2 to trunk (negative conditions in SearchAbout + referring objects by their notation). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11446 85f007b7-540e-0410-9357-904b9bb8a0f7 --- interp/notation.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interp/notation.mli') diff --git a/interp/notation.mli b/interp/notation.mli index 8bdd8b5863..35d1c0d17b 100644 --- a/interp/notation.mli +++ b/interp/notation.mli @@ -131,7 +131,7 @@ val level_of_notation : notation -> level (* raise [Not_found] if no level *) (*s** Miscellaneous *) val interp_notation_as_global_reference : loc -> (global_reference -> bool) -> - notation -> global_reference + notation -> delimiters option -> global_reference (* Checks for already existing notations *) val exists_notation_in_scope : scope_name option -> notation -> -- cgit v1.2.3