diff options
| author | Pierre Letouzey | 2015-03-05 11:43:38 +0100 |
|---|---|---|
| committer | Pierre Letouzey | 2015-03-05 11:51:55 +0100 |
| commit | 780996250ba3fd4d36ad06fefe319eb69fe919b0 (patch) | |
| tree | c9597a14301735e597d0f24ae37578fad2b8f3d2 /theories/Structures | |
| parent | 00018101cf81f69d23587985a16fe3c8eefb8eaf (diff) | |
MMaps again : adding MMapList, an implementation by ordered list
Diffstat (limited to 'theories/Structures')
| -rw-r--r-- | theories/Structures/EqualitiesFacts.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Structures/EqualitiesFacts.v b/theories/Structures/EqualitiesFacts.v index b394cf48d0..8e2b2d081c 100644 --- a/theories/Structures/EqualitiesFacts.v +++ b/theories/Structures/EqualitiesFacts.v @@ -8,6 +8,8 @@ Require Import Equalities Bool SetoidList RelationPairs. +Set Implicit Arguments. + (** * Keys and datas used in MMap *) Module KeyDecidableType(D:DecidableType). |
