aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/typeclasses.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/typeclasses.mli')
-rw-r--r--pretyping/typeclasses.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/pretyping/typeclasses.mli b/pretyping/typeclasses.mli
index f77be5293..60b5da822 100644
--- a/pretyping/typeclasses.mli
+++ b/pretyping/typeclasses.mli
@@ -32,8 +32,6 @@ type typeclass = {
The boolean indicates if the typeclass argument is a direct superclass. *)
cl_context : ((global_reference * bool) option * rel_declaration) list;
- cl_params : int; (* This is the length of the suffix of the context which should be considered explicit parameters. *)
-
(* Context of definitions and properties on defs, will not be shared *)
cl_props : rel_context;