From 4a10b5e505df255a7ff8efa68214a14f50c24576 Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 1 Oct 2012 06:32:57 +0000 Subject: Ltac repeat is in fact already doing progress git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15838 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/MSets/MSetGenTree.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/MSets') diff --git a/theories/MSets/MSetGenTree.v b/theories/MSets/MSetGenTree.v index 704ff31be..cacd91343 100644 --- a/theories/MSets/MSetGenTree.v +++ b/theories/MSets/MSetGenTree.v @@ -378,7 +378,7 @@ Ltac invtree f := Ltac inv := inv_ok; invtree InT. -Ltac intuition_in := repeat progress (intuition; inv). +Ltac intuition_in := repeat (intuition; inv). (** Helper tactic concerning order of elements. *) -- cgit v1.2.3