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 --- plugins/omega/PreOmega.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/omega') diff --git a/plugins/omega/PreOmega.v b/plugins/omega/PreOmega.v index 60e606a687..aa48edcbcc 100644 --- a/plugins/omega/PreOmega.v +++ b/plugins/omega/PreOmega.v @@ -400,6 +400,5 @@ Ltac zify_N := repeat zify_N_rel; repeat zify_N_op; unfold Z_of_N' in *. (** The complete Z-ification tactic *) -Ltac zify := - repeat progress (zify_nat; zify_positive; zify_N); zify_op. +Ltac zify := repeat (zify_nat; zify_positive; zify_N); zify_op. -- cgit v1.2.3