aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/typeops.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/typeops.ml')
-rw-r--r--kernel/typeops.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/typeops.ml b/kernel/typeops.ml
index 6556b0c76..ce62acdf8 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 =