Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/fsharp/FSharp.Core/prim-types.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ namespace Microsoft.FSharp.Core
[<Experimental("Experimental library feature, requires '--langversion:preview'")>]
val RightShiftDynamic : value:'T1 -> shift:'T2 -> 'U

/// <summary>A compiler intrinsic that implements dynamic invocations to the '&&&' operator.</summary>
/// <summary>A compiler intrinsic that implements dynamic invocations to the '&amp;&amp;&amp;' operator.</summary>
[<CompilerMessage("This function is for use by dynamic invocations of F# code and should not be used directly", 1204, IsHidden=true)>]
[<Experimental("Experimental library feature, requires '--langversion:preview'")>]
val BitwiseAndDynamic : x:'T1 -> y:'T2 -> 'U
Expand Down