diff options
| author | notin | 2007-06-21 17:51:01 +0000 |
|---|---|---|
| committer | notin | 2007-06-21 17:51:01 +0000 |
| commit | bf342ae13354b715ac55bab3de8d7aea64c6dc52 (patch) | |
| tree | bce1dde542d42888aeb4f777a4886e9fb8262275 /theories | |
| parent | 079c067667a66411dd8a949659046be4339a65d2 (diff) | |
Correction de 2 bugs mineurs: 1 ligne de debug oubliƩe dans coqdoc,
et une typo dans Eqdep_deq.v
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9905 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/Logic/Eqdep_dec.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Logic/Eqdep_dec.v b/theories/Logic/Eqdep_dec.v index 3c276cd2bc..ba183b1f85 100644 --- a/theories/Logic/Eqdep_dec.v +++ b/theories/Logic/Eqdep_dec.v @@ -236,7 +236,7 @@ Module DecidableEqDep (M:DecidableType). End DecidableEqDep. (************************************************************************) -(** ** B Definition of the functor that builds properties of dependent equalities on decidable sets in Set *) +(** ** Definition of the functor that builds properties of dependent equalities on decidable sets in Set *) (** The signature of decidable sets in [Set] *) |
