aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Structures/GenericMinMax.v
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-01-07 15:32:10 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-01-07 15:32:10 +0000
commit772ff9dfb10312ecaf2f1f08a9145c9383600300 (patch)
treedab09ab717f5a0d47b1a62bd1bf59318862b60c9 /theories/Structures/GenericMinMax.v
parentd0cd0dab1b7af13e7c9aec3c563642f3ba229466 (diff)
misc improvements in some Structures files
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12634 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Structures/GenericMinMax.v')
-rw-r--r--theories/Structures/GenericMinMax.v7
1 files changed, 1 insertions, 6 deletions
diff --git a/theories/Structures/GenericMinMax.v b/theories/Structures/GenericMinMax.v
index 0650546a5..f5ff27888 100644
--- a/theories/Structures/GenericMinMax.v
+++ b/theories/Structures/GenericMinMax.v
@@ -488,7 +488,7 @@ End MinMaxProperties.
-(** Some Remaining questions...
+(** TODO: Some Remaining questions...
--> Compare with a type-classes version ?
@@ -497,9 +497,4 @@ End MinMaxProperties.
--> Is it possible to avoid copy-paste about min even more ?
---> Can this modular approach be used for more complex things,
- in particular div/mod ?
- How can we share common parts between nat and Z in this case ?
- How to handle different choices (Zdiv vs. ZOdiv) ?
-
*)