diff options
Diffstat (limited to 'plugins/funind')
| -rw-r--r-- | plugins/funind/indfun.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/funind/indfun.ml b/plugins/funind/indfun.ml index 34b3728603..34814c350e 100644 --- a/plugins/funind/indfun.ml +++ b/plugins/funind/indfun.ml @@ -379,7 +379,7 @@ let register_wf ?(is_mes=false) fname rec_impls wf_rel_expr wf_arg using_lemmas if Int.equal (List.length names) 1 then 1 else error "Recursive argument must be specified" | Some wf_arg -> - List.index (Name wf_arg) names + List.index Name.equal (Name wf_arg) names in let unbounded_eq = let f_app_args = |
