diff options
| author | Matthieu Sozeau | 2014-06-17 16:12:39 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2014-06-17 17:19:03 +0200 |
| commit | 527a09cc27ac64ab308220b25eb683a882dbddc1 (patch) | |
| tree | 3ace22573db0c1832e55e16b35ae8c2e9f6c18c3 /pretyping/classops.mli | |
| parent | b5ed27b9b8043e3df3ee4cd918f93fbf7465285f (diff) | |
Adapt coercion code to work with projections as target classes.
Diffstat (limited to 'pretyping/classops.mli')
| -rw-r--r-- | pretyping/classops.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pretyping/classops.mli b/pretyping/classops.mli index 3251dc4eb9..e39b2bba42 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 |
