diff options
Diffstat (limited to 'contrib/funind')
| -rw-r--r-- | contrib/funind/invfun.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/funind/invfun.ml b/contrib/funind/invfun.ml index 85a60bd1c0..2e5616f0e1 100644 --- a/contrib/funind/invfun.ml +++ b/contrib/funind/invfun.ml @@ -105,7 +105,7 @@ let invfun (hypname:identifier) fname princ : tactic= let frealargs = (snd (array_chop (List.length princ_info.params) fargs)) in let pat_args = - (List.map (fun e -> ([-1],e)) (Array.to_list frealargs)) @ [[],appf] + (List.map (fun e -> ([Rawterm.ArgArg (-1)],e)) (Array.to_list frealargs)) @ [[],appf] in tclTHENSEQ [ |
