aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/symbols.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-12 14:50:03 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-12 14:50:03 +0000
commit8ef66fc139ee212aa01afc5c5152acc220f780eb (patch)
treebe1a0d0b408a170b0ab12c49a6367c641ecc9130 /interp/symbols.mli
parent2482f06c501e43e8aded19e14ae280ec2eab28d5 (diff)
Activation déclaration automatique de scope d'arguments; affichage scopes d'arguments
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4374 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp/symbols.mli')
-rw-r--r--interp/symbols.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/symbols.mli b/interp/symbols.mli
index 0d96aabbd..3a3e3bc1e 100644
--- a/interp/symbols.mli
+++ b/interp/symbols.mli
@@ -116,7 +116,7 @@ val exists_notation_in_scope : scope_name -> notation ->
val declare_arguments_scope: global_reference -> scope_name option list -> unit
val find_arguments_scope : global_reference -> scope_name option list
-val declare_class_scope : Classops.cl_typ -> scope_name -> unit
+val declare_class_scope : scope_name -> Classops.cl_typ -> unit
val declare_ref_arguments_scope : global_reference -> unit
(* Analysing notation *)