aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Numbers/Natural
diff options
context:
space:
mode:
authorGravatar soubiran <soubiran@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-01-06 10:24:41 +0000
committerGravatar soubiran <soubiran@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-01-06 10:24:41 +0000
commit0c260ba25423ec1c142296f19c3009fa0702819a (patch)
treec5b784ce16fb76bdb26c89e71ce58d363f70b292 /theories/Numbers/Natural
parent82791d73beaaeee5eab1fec317c689deb29f0a49 (diff)
Patch on subtyping check of opaque constants.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12631 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Numbers/Natural')
-rw-r--r--theories/Numbers/Natural/Abstract/NProperties.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Numbers/Natural/Abstract/NProperties.v b/theories/Numbers/Natural/Abstract/NProperties.v
index f59d5b1e7..2baed54cf 100644
--- a/theories/Numbers/Natural/Abstract/NProperties.v
+++ b/theories/Numbers/Natural/Abstract/NProperties.v
@@ -17,6 +17,6 @@ Require Export NAxioms NSub.
Module Type NPropSig := NSubPropFunct.
-Module NPropFunct (N:NAxiomsSig). (* <: NPropSig N. BUG !! *)
+Module NPropFunct (N:NAxiomsSig) <: NPropSig N.
Include Type NPropSig N.
End NPropFunct.