aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/theories.itarget
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-10-16 13:12:52 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-10-16 13:12:52 +0000
commit980d315f7f6d5e05eabbda84f95e11bfa30a0033 (patch)
tree5d5d530c917ff8cbee8cbdb47f024ad6e51526b0 /theories/theories.itarget
parent8ba328e305fdd7deb2c024b0cdbb13ff28c6775a (diff)
Structure/OrderTac.v : highlight the "order" tactic by isolating it from FSets, and improve it
As soon as you have a eq, a lt and a le (that may be lt\/eq, or (complement (flip (lt))) and a few basic properties over them, you can instantiate functor MakeOrderTac and gain an "order" tactic. See comments in the file for the scope of this tactic. NB: order doesn't call auto anymore. It only searches for a contradiction in the current set of (in)equalities (after the goal was optionally turned into hyp by double negation). Thanks to S. Lescuyer for his suggestions about this tactic. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12397 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/theories.itarget')
-rw-r--r--theories/theories.itarget2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/theories.itarget b/theories/theories.itarget
index 320d6d41c..0e0c27727 100644
--- a/theories/theories.itarget
+++ b/theories/theories.itarget
@@ -78,12 +78,12 @@ Structures/OrderedTypeEx.vo
Structures/OrderedType.vo
Structures/DecidableType.vo
Structures/DecidableTypeEx.vo
-
Structures/OrderedType2Alt.vo
Structures/OrderedType2Ex.vo
Structures/OrderedType2.vo
Structures/DecidableType2.vo
Structures/DecidableType2Ex.vo
+Structures/OrderTac.vo
Init/Datatypes.vo
Init/Logic_Type.vo