diff options
| author | msozeau | 2007-07-19 22:10:16 +0000 |
|---|---|---|
| committer | msozeau | 2007-07-19 22:10:16 +0000 |
| commit | 37c2da550906bda26b696ac5a1130dcc5dee6fba (patch) | |
| tree | dc1b7a3a3c43f6f4069bca0fc36ce1f3985f1ace /contrib/subtac/FixSub.v | |
| parent | 2ed47dbe8d6448744bc14d61c26d891fb4e48edd (diff) | |
Documentation of Program and its tactics, fix enormous interaction bug due to bad cache handling.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10032 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/subtac/FixSub.v')
| -rw-r--r-- | contrib/subtac/FixSub.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/subtac/FixSub.v b/contrib/subtac/FixSub.v index 3734db855c..f047b729dd 100644 --- a/contrib/subtac/FixSub.v +++ b/contrib/subtac/FixSub.v @@ -1,6 +1,8 @@ Require Import Wf. Require Import Coq.subtac.Utils. +(** Reformulation of the Wellfounded module using subsets where possible. *) + Section Well_founded. Variable A : Type. Variable R : A -> A -> Prop. |
