From 640a6d2f48ba07b51bcabc4235eaa4a497f4c263 Mon Sep 17 00:00:00 2001 From: msozeau Date: Wed, 2 Jan 2008 13:26:08 +0000 Subject: Better resolution of implicit parameters in typeclass binders, add extensionality tactic to apply the axiom properly and fix test-suite. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10415 85f007b7-540e-0410-9357-904b9bb8a0f7 --- pretyping/typeclasses.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pretyping') diff --git a/pretyping/typeclasses.mli b/pretyping/typeclasses.mli index fbe48e06a2..f53ea7beac 100644 --- a/pretyping/typeclasses.mli +++ b/pretyping/typeclasses.mli @@ -24,8 +24,8 @@ open Util (* This module defines type-classes *) type typeclass = { cl_name : identifier; (* Name of the class *) - cl_context : named_context; (* Context in which superclasses and params are typed (usually types) *) - cl_super : named_context; (* Superclasses applied to some of the params *) + cl_context : named_context; (* Context in which superclasses and params are typed (usually types and indirect superclasses) *) + cl_super : named_context; (* Direct superclasses applied to some of the params *) cl_params : named_context; (* Context of the real parameters (types and operations) *) (* cl_defs : rel_context; (\* Context of the definitions (usually functions), which may be shared *\) *) cl_props : named_context; (* Context of the properties on defs, in Prop, will not be shared *) -- cgit v1.2.3