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

Commitc44a60d

Browse files
authored
Merge pull requestfsharp#833 from fsharp/dsyme-patch-2
Update list.fs
2 parentsdaacead +e80945e commitc44a60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/fsharp/FSharp.Core/list.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ namespace Microsoft.FSharp.Collections
410410
letfilter predicate list= Microsoft.FSharp.Primitives.Basics.List.filter predicate list
411411

412412
[<CompiledName("Except")>]
413-
letexcept itemsToExclude list=
413+
letexcept(itemsToExclude:seq<'T>)list=
414414
match box itemsToExcludewith
415415
|null-> nullArg"itemsToExclude"
416416
|_->()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp