diff options
Diffstat (limited to 'theories/MSets/MSetInterface.v')
| -rw-r--r-- | theories/MSets/MSetInterface.v | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/theories/MSets/MSetInterface.v b/theories/MSets/MSetInterface.v index 0de28d5e88..ae26fa7ed6 100644 --- a/theories/MSets/MSetInterface.v +++ b/theories/MSets/MSetInterface.v @@ -340,7 +340,7 @@ Module Type WRawSets (E : DecidableType). (** Is a set well-formed or ill-formed ? *) Parameter IsOk : t -> Prop. - Class Ok (s:t) : Prop := { ok : IsOk s }. + Class Ok (s:t) : Prop := ok : IsOk s. (** In order to be able to validate (at least some) particular sets as well-formed, we ask for a boolean function for (semi-)deciding @@ -425,14 +425,6 @@ Module Type WRawSets (E : DecidableType). End Spec. -(* - BUG ?! When the Instance *_ok were under a section, - this re-export was mandatory !! BUG in Global Instance ? - Hint Resolve empty_ok add_ok remove_ok union_ok inter_ok - diff_ok singleton_ok filter_ok partition_ok1 partition_ok2 - : typeclass_instances. -*) - End WRawSets. (** From weak raw sets to weak usual sets *) |
