From 34e80b356fcccd938f114925e91c53cb33b2bd19 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Sat, 22 Jun 2013 15:21:01 +0000 Subject: Generalizing the use of maps instead of lists in the interpretation of tactics. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16602 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 2a0bbd7b78..44fd838319 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:([],[]) c + ~allow_patvar:false ~ltacvars:([],Id.Map.empty) c (* Construct a fixpoint as a Glob_term -- cgit v1.2.3