diff options
Diffstat (limited to 'kernel/typeops.ml')
| -rw-r--r-- | kernel/typeops.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/typeops.ml b/kernel/typeops.ml index 6556b0c764..ce62acdf8f 100644 --- a/kernel/typeops.ml +++ b/kernel/typeops.ml @@ -103,7 +103,7 @@ let rec check_hyps_inclusion env sign = if not (eq_constr ty2 ty1) then error "types do not match") sign - () + ~init:() let check_args env c hyps = |
