aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/classops.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2014-06-17 16:12:39 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2014-06-17 17:19:03 +0200
commit527a09cc27ac64ab308220b25eb683a882dbddc1 (patch)
tree3ace22573db0c1832e55e16b35ae8c2e9f6c18c3 /pretyping/classops.mli
parentb5ed27b9b8043e3df3ee4cd918f93fbf7465285f (diff)
Adapt coercion code to work with projections as target classes.
Diffstat (limited to 'pretyping/classops.mli')
-rw-r--r--pretyping/classops.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/pretyping/classops.mli b/pretyping/classops.mli
index 3251dc4eb..e39b2bba4 100644
--- a/pretyping/classops.mli
+++ b/pretyping/classops.mli
@@ -19,6 +19,7 @@ type cl_typ =
| CL_SECVAR of variable
| CL_CONST of constant
| CL_IND of inductive
+ | CL_PROJ of projection
(** Equality over [cl_typ] *)
val cl_typ_eq : cl_typ -> cl_typ -> bool