aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/classes.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2014-06-23 12:59:48 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2014-06-23 13:10:02 +0200
commit0b1507b16da38e883d63802db7c013e2c09665fd (patch)
tree362b9a27d4d0f453177ed76129a53cf6dda2247c /toplevel/classes.mli
parent7a68038054193f5e392d75d7f11eb8f272727d6b (diff)
Proper handling of the polymorphism flag for Context, fixing HoTT bug #98.
Diffstat (limited to 'toplevel/classes.mli')
-rw-r--r--toplevel/classes.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/classes.mli b/toplevel/classes.mli
index fb3da98ad..489f2aa5f 100644
--- a/toplevel/classes.mli
+++ b/toplevel/classes.mli
@@ -67,7 +67,7 @@ val id_of_class : typeclass -> Id.t
(** returns [false] if, for lack of section, it declares an assumption
(unless in a module type). *)
-val context : local_binder list -> bool
+val context : Decl_kinds.polymorphic -> local_binder list -> bool
(** Forward ref for refine *)