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

Commit61232e1

Browse files
committed
fixed the compile error
1 parent20318b0 commit61232e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3622,7 +3622,7 @@ namespace Microsoft.FSharp.Collections
36223622
// similar to 'take' but with n representing an index, not a number of elements
36233623
// and with exceptions matching array slicing
36243624
letsliceTake n l=
3625-
if n<0then[]
3625+
if n<0then[]else
36263626
match lwith
36273627
|[]-> outOfRange()
36283628
| x::xs->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp