Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8d69401

Browse files
forkiKevinRansom
authored andcommitted
Remove double lookups from TastOps (dotnet#4754)
1 parent6311bc4 commit8d69401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/fsharp/TastOps.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ and typarsAEquivAux erasureFlag g (aenv: TypeEquivEnv) tps1 tps2 =
890890

891891
andtcrefAEquiv g aenv tc1 tc2=
892892
tyconRefEq g tc1 tc2||
893-
(aenv.EquivTycons.ContainsKey tc1&&tyconRefEq gaenv.EquivTycons.[tc1] tc2)
893+
(matchaenv.EquivTycons.TryFind tc1with Some v->tyconRefEq gv tc2| None->false)
894894

895895
andtypeAEquivAux erasureFlag g aenv ty1 ty2=
896896
letty1= stripTyEqnsWrtErasure erasureFlag g ty1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp