diff options
| author | letouzey | 2008-03-04 18:58:53 +0000 |
|---|---|---|
| committer | letouzey | 2008-03-04 18:58:53 +0000 |
| commit | 0051fd0b4fdc72b3c13907f456c86d4b96f00695 (patch) | |
| tree | ce3180e1965a6a59e4baebfd926fa5d626ad8d32 | |
| parent | 43856804207ac43b9ded2609fe7a422db5f62dc4 (diff) | |
still one more substituion s/Set/Type/
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10618 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | theories/Init/Wf.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/Wf.v b/theories/Init/Wf.v index 87cd9becc0..024b32af4a 100644 --- a/theories/Init/Wf.v +++ b/theories/Init/Wf.v @@ -142,7 +142,7 @@ End Well_founded. Section Well_founded_2. - Variables A B : Set. + Variables A B : Type. Variable R : A * B -> A * B -> Prop. Variable P : A -> B -> Type. |
