[Pkg-cli-apps-commits] [fsharp] 06/71: Fix docs for bitwise operators
Christopher Halse Rogers
raof-guest at moszumanska.debian.org
Fri Jan 17 05:18:07 UTC 2014
This is an automated email from the git hooks/post-receive script.
raof-guest pushed a commit to tag 3.1.0
in repository fsharp.
commit 5290777e5ba82ff3dc6aa1c948ac66bec0131dde
Author: Don Syme <donsyme at fastmail.fm>
Date: Fri Feb 22 13:08:32 2013 +0000
Fix docs for bitwise operators
---
src/fsharp/FSharp.Core/prim-types.fsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/fsharp/FSharp.Core/prim-types.fsi b/src/fsharp/FSharp.Core/prim-types.fsi
index fb0f35c..acfe621 100755
--- a/src/fsharp/FSharp.Core/prim-types.fsi
+++ b/src/fsharp/FSharp.Core/prim-types.fsi
@@ -1873,19 +1873,19 @@ namespace Microsoft.FSharp.Core
/// <returns>The result of the operation.</returns>
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
- /// <summary>Overloaded logical-AND operator</summary>
+ /// <summary>Overloaded bitwise-AND operator</summary>
/// <param name="x">The first parameter.</param>
/// <param name="y">The second parameter.</param>
/// <returns>The result of the operation.</returns>
val inline (&&&): x:^T -> y:^T -> ^T when ^T : (static member (&&&) : ^T * ^T -> ^T) and default ^T : int
- /// <summary>Overloaded logical-OR operator</summary>
+ /// <summary>Overloaded bitwise-OR operator</summary>
/// <param name="x">The first parameter.</param>
/// <param name="y">The second parameter.</param>
/// <returns>The result of the operation.</returns>
val inline (|||) : x:^T -> y:^T -> ^T when ^T : (static member (|||) : ^T * ^T -> ^T) and default ^T : int
- /// <summary>Overloaded logical-XOR operator</summary>
+ /// <summary>Overloaded bitwise-XOR operator</summary>
/// <param name="x">The first parameter.</param>
/// <param name="y">The second parameter.</param>
/// <returns>The result of the operation.</returns>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git
More information about the Pkg-cli-apps-commits
mailing list