We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2a7f9 commit 53239c7Copy full SHA for 53239c7
finmap.v
@@ -485,7 +485,7 @@ Definition finset_of (_ : phant K) := finSet.
485
486
End Def.
487
488
-Arguments finSet K%type_scope.
+Arguments finSet K%_type_scope.
489
490
#[warning="-deprecated-reference"]
491
Identity Coercion type_of_finset : finset_of >-> finSet.
@@ -2977,7 +2977,7 @@ Local Notation finMap' := {domf : _ & T_ domf}.
2977
2978
End DefMap.
2979
2980
-Arguments finMap K%type_scope V%type_scope.
+Arguments finMap K%_type_scope V%_type_scope.
2981
2982
Notation "{ 'fmap' K -> T }" := (finMap K T) : type_scope.
2983
0 commit comments