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

Commitf0eca16

Browse files
jackpappasKevinRansom
jackpappas
authored andcommitted
Changed an error message within the Set module to use the correct module name.
1 parentf0c4368 commitf0eca16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ namespace Microsoft.FSharp.Collections
194194

195195
let recspliceOutSuccessor t=
196196
match twith
197-
| SetEmpty-> failwith"internal error:Map.spliceOutSuccessor"
197+
| SetEmpty-> failwith"internal error:Set.spliceOutSuccessor"
198198
| SetOne(k2)-> k2,SetEmpty
199199
| SetNode(k2,l,r,_)->
200200
match lwith

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp