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

Commit4952f84

Browse files
forkidsyme
authored andcommitted
Move basex1 and basey1 down (dotnet#4491)
1 parentd7274c6 commit4952f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/fsharp/FSharp.Core/prim-types.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -961,11 +961,11 @@ namespace Microsoft.FSharp.Core
961961
letc= int64Order lenx1 leny1
962962
if c<>0then celse
963963
letbasex0= int64(x.GetLowerBound(0))
964-
letbasex1= int64(x.GetLowerBound(1))
965964
letbasey0= int64(y.GetLowerBound(0))
966-
letbasey1= int64(y.GetLowerBound(1))
967965
letc= int64Order basex0 basey0
968966
if c<>0then celse
967+
letbasex1= int64(x.GetLowerBound(1))
968+
letbasey1= int64(y.GetLowerBound(1))
969969
letc= int64Order basex1 basey1
970970
if c<>0then celse
971971
let reccheck0 i=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp