diff options
Diffstat (limited to 'kernel/closure.mli')
| -rw-r--r-- | kernel/closure.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/closure.mli b/kernel/closure.mli index e394b15b8b..4c0f9d32e0 100644 --- a/kernel/closure.mli +++ b/kernel/closure.mli @@ -130,7 +130,7 @@ type fconstr type fterm = | FRel of int | FAtom of constr (* Metas and Sorts *) - | FCast of fconstr * fconstr + | FCast of fconstr * cast_kind * fconstr | FFlex of table_key | FInd of inductive | FConstruct of constructor |
