diff options
Diffstat (limited to 'theories/IntMap/Mapc.v')
| -rw-r--r-- | theories/IntMap/Mapc.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/IntMap/Mapc.v b/theories/IntMap/Mapc.v index d6a9aad477..8eff8c31df 100644 --- a/theories/IntMap/Mapc.v +++ b/theories/IntMap/Mapc.v @@ -23,7 +23,7 @@ Require Import Mapcanon. Section MapC. - Variables A B C : Set. + Variables A B C : Type. Lemma MapPut_as_Merge_c : forall m:Map A, |
