From 2b8ad61822111fad93176b54800cb43e347df292 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Sat, 3 Aug 2013 18:35:03 +0000 Subject: Replacing uses of association lists by maps in notations. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16655 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/funind/indfun.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/funind/indfun.ml b/plugins/funind/indfun.ml index 6c75e84154..91badbfd76 100644 --- a/plugins/funind/indfun.ml +++ b/plugins/funind/indfun.ml @@ -132,7 +132,7 @@ let rec abstract_glob_constr c = function let interp_casted_constr_with_implicits sigma env impls c = Constrintern.intern_gen Pretyping.WithoutTypeConstraint sigma env ~impls - ~allow_patvar:false ~ltacvars:([],Id.Set.empty) c + ~allow_patvar:false ~ltacvars:(Id.Set.empty, Id.Set.empty) c (* Construct a fixpoint as a Glob_term -- cgit v1.2.3