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

Commit6c235ac

Browse files
committed
Fix docs for bitwise operators
1 parent346a55b commit6c235ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1873,19 +1873,19 @@ namespace Microsoft.FSharp.Core
18731873
///<returns>The result of the operation.</returns>
18741874
val inline(%):x:^T1->y:^T2->^T3 when(^T1 or ^T2):(static member(%):^T1*^T2->^T3)and default ^T2:^T3 and default ^T3:^T1 and default ^T3:^T2 and default ^T1:^T3 and default ^T1:^T2 and default ^T1:int
18751875

1876-
///<summary>Overloadedlogical-AND operator</summary>
1876+
///<summary>Overloadedbitwise-AND operator</summary>
18771877
///<param name="x">The first parameter.</param>
18781878
///<param name="y">The second parameter.</param>
18791879
///<returns>The result of the operation.</returns>
18801880
val inline(&&&):x:^T->y:^T->^T when ^T:(static member(&&&):^T*^T->^T)and default ^T:int
18811881

1882-
///<summary>Overloadedlogical-OR operator</summary>
1882+
///<summary>Overloadedbitwise-OR operator</summary>
18831883
///<param name="x">The first parameter.</param>
18841884
///<param name="y">The second parameter.</param>
18851885
///<returns>The result of the operation.</returns>
18861886
val inline(|||):x:^T->y:^T->^T when ^T:(static member(|||):^T*^T->^T)and default ^T:int
18871887

1888-
///<summary>Overloadedlogical-XOR operator</summary>
1888+
///<summary>Overloadedbitwise-XOR operator</summary>
18891889
///<param name="x">The first parameter.</param>
18901890
///<param name="y">The second parameter.</param>
18911891
///<returns>The result of the operation.</returns>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp