diff options
| author | herbelin | 2003-09-12 14:50:03 +0000 |
|---|---|---|
| committer | herbelin | 2003-09-12 14:50:03 +0000 |
| commit | 8ef66fc139ee212aa01afc5c5152acc220f780eb (patch) | |
| tree | be1a0d0b408a170b0ab12c49a6367c641ecc9130 | |
| parent | 2482f06c501e43e8aded19e14ae280ec2eab28d5 (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
| -rw-r--r-- | interp/symbols.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/symbols.mli b/interp/symbols.mli index 0d96aabbd1..3a3e3bc1ea 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 *) |
