diff options
| author | Gaëtan Gilbert | 2017-11-30 14:58:45 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2017-11-30 14:58:45 +0100 |
| commit | 4baccd824d1fe40c57b25c6d3ce04a54c6a38420 (patch) | |
| tree | fc9a26300e3dc775c86151db3142b23625be8b1c /pretyping/typeclasses.mli | |
| parent | ee45637ac2431fe2df1994f2337d8801e2aeff9a (diff) | |
Remove unused boolean from cl_context field of Typeclasses.typeclass
Diffstat (limited to 'pretyping/typeclasses.mli')
| -rw-r--r-- | pretyping/typeclasses.mli | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pretyping/typeclasses.mli b/pretyping/typeclasses.mli index 618826f3d0..c1161da0fc 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; |
