aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/declareops.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/declareops.ml')
-rw-r--r--kernel/declareops.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/declareops.ml b/kernel/declareops.ml
index d99382129..e13fb4f08 100644
--- a/kernel/declareops.ml
+++ b/kernel/declareops.ml
@@ -298,9 +298,9 @@ let join_constant_body otab cb =
| _ -> ()
let string_of_side_effect = function
- | SEsubproof (c,_) -> Names.string_of_con c
+ | SEsubproof (c,_,_) -> Names.string_of_con c
| SEscheme (cl,_) ->
- String.concat ", " (List.map (fun (_,c,_) -> Names.string_of_con c) cl)
+ String.concat ", " (List.map (fun (_,c,_,_) -> Names.string_of_con c) cl)
type side_effects = side_effect list
let no_seff = ([] : side_effects)
let iter_side_effects f l = List.iter f (List.rev l)