From 35846ec22445e14cb044ef3beb62f5c559d94752 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 17 Nov 2012 03:09:23 +0000 Subject: Taking into account the type of a definition (if it exists), and the type in "cast" to activate the temporary interpretation scope. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15978 85f007b7-540e-0410-9357-904b9bb8a0f7 --- interp/notation.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interp/notation.mli') diff --git a/interp/notation.mli b/interp/notation.mli index 8f960e24c..88574636f 100644 --- a/interp/notation.mli +++ b/interp/notation.mli @@ -160,6 +160,8 @@ val declare_scope_class : scope_name -> scope_class -> unit val declare_ref_arguments_scope : global_reference -> unit val compute_arguments_scope : Term.types -> scope_name option list +val compute_type_scope : Term.types -> scope_name option +val compute_scope_of_global : global_reference -> scope_name option (** Building notation key *) -- cgit v1.2.3