aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/classops.mli
diff options
context:
space:
mode:
authorGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-10-09 16:40:03 +0000
committerGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-10-09 16:40:03 +0000
commitf1778f0e830c50aaec250916f14e202d95960414 (patch)
treeae220556180dfa55d6b638467deb7edf58d4c17b /pretyping/classops.mli
parent8dbab7f463cabfc2913ab8615973c96ac98bf371 (diff)
Suppression des arguments sur les constantes, inductifs et constructeurs
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2106 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/classops.mli')
-rw-r--r--pretyping/classops.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/pretyping/classops.mli b/pretyping/classops.mli
index 4b5261647..019644e20 100644
--- a/pretyping/classops.mli
+++ b/pretyping/classops.mli
@@ -20,9 +20,9 @@ open Declare
type cl_typ =
| CL_SORT
| CL_FUN
- | CL_SECVAR of variable_path
- | CL_CONST of constant_path
- | CL_IND of inductive_path
+ | CL_SECVAR of variable
+ | CL_CONST of constant
+ | CL_IND of inductive
(* This is the type of infos for declared classes *)
type cl_info_typ = {