summaryrefslogtreecommitdiff
path: root/theories/Reals/SplitAbsolu.v
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2006-11-21 21:38:49 +0000
committerGravatar Samuel Mimram <smimram@debian.org>2006-11-21 21:38:49 +0000
commit208a0f7bfa5249f9795e6e225f309cbe715c0fad (patch)
tree591e9e512063e34099782e2518573f15ffeac003 /theories/Reals/SplitAbsolu.v
parentde0085539583f59dc7c4bf4e272e18711d565466 (diff)
Imported Upstream version 8.1~gammaupstream/8.1.gamma
Diffstat (limited to 'theories/Reals/SplitAbsolu.v')
-rw-r--r--theories/Reals/SplitAbsolu.v10
1 files changed, 5 insertions, 5 deletions
diff --git a/theories/Reals/SplitAbsolu.v b/theories/Reals/SplitAbsolu.v
index 11b9d57b..08dbd67b 100644
--- a/theories/Reals/SplitAbsolu.v
+++ b/theories/Reals/SplitAbsolu.v
@@ -6,20 +6,20 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: SplitAbsolu.v 5920 2004-07-16 20:01:26Z herbelin $ i*)
+(*i $Id: SplitAbsolu.v 9245 2006-10-17 12:53:34Z notin $ i*)
Require Import Rbasic_fun.
Ltac split_case_Rabs :=
match goal with
- | |- context [(Rcase_abs ?X1)] =>
+ | |- context [(Rcase_abs ?X1)] =>
case (Rcase_abs X1); try split_case_Rabs
end.
Ltac split_Rabs :=
match goal with
- | id:context [(Rabs _)] |- _ => generalize id; clear id; try split_Rabs
- | |- context [(Rabs ?X1)] =>
+ | id:context [(Rabs _)] |- _ => generalize id; clear id; try split_Rabs
+ | |- context [(Rabs ?X1)] =>
unfold Rabs in |- *; try split_case_Rabs; intros
- end. \ No newline at end of file
+ end.