From 4baccd824d1fe40c57b25c6d3ce04a54c6a38420 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Thu, 30 Nov 2017 14:58:45 +0100 Subject: Remove unused boolean from cl_context field of Typeclasses.typeclass --- pretyping/typeclasses.mli | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pretyping/typeclasses.mli') diff --git a/pretyping/typeclasses.mli b/pretyping/typeclasses.mli index 618826f3d..c1161da0f 100644 --- a/pretyping/typeclasses.mli +++ b/pretyping/typeclasses.mli @@ -25,9 +25,8 @@ type typeclass = { cl_impl : global_reference; (** Context in which the definitions are typed. Includes both typeclass parameters and superclasses. - The boolean indicates if the typeclass argument is a direct superclass and the global reference - gives a direct link to the class itself. *) - cl_context : (global_reference * bool) option list * Context.Rel.t; + The global reference gives a direct link to the class itself. *) + cl_context : global_reference option list * Context.Rel.t; (** Context of definitions and properties on defs, will not be shared *) cl_props : Context.Rel.t; -- cgit v1.2.3