Skip to content

Commit 53239c7

Browse files
authored
1 parent df2a7f9 commit 53239c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

finmap.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ Definition finset_of (_ : phant K) := finSet.
485485

486486
End Def.
487487

488-
Arguments finSet K%type_scope.
488+
Arguments finSet K%_type_scope.
489489

490490
#[warning="-deprecated-reference"]
491491
Identity Coercion type_of_finset : finset_of >-> finSet.
@@ -2977,7 +2977,7 @@ Local Notation finMap' := {domf : _ & T_ domf}.
29772977

29782978
End DefMap.
29792979

2980-
Arguments finMap K%type_scope V%type_scope.
2980+
Arguments finMap K%_type_scope V%_type_scope.
29812981

29822982
Notation "{ 'fmap' K -> T }" := (finMap K T) : type_scope.
29832983

0 commit comments

Comments
 (0)