@@ -1332,97 +1332,78 @@ namespace Microsoft.FSharp.Core
13321332
13331333 /// <summary>A compiler intrinsic that implements dynamic invocations to the '-' operator.</summary>
13341334 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1335- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
13361335 val SubtractionDynamic : x : 'T1 -> y : 'T2 -> 'U
13371336
13381337 /// <summary>A compiler intrinsic that implements dynamic invocations to the '/' operator.</summary>
13391338 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1340- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
13411339 val DivisionDynamic : x : 'T1 -> y : 'T2 -> 'U
13421340
13431341 /// <summary>A compiler intrinsic that implements dynamic invocations to the unary '-' operator.</summary>
13441342 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1345- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
13461343 val UnaryNegationDynamic : value : 'T -> 'U
13471344
13481345 /// <summary>A compiler intrinsic that implements dynamic invocations to the '%' operator.</summary>
13491346 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1350- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
13511347 val ModulusDynamic : x : 'T1 -> y : 'T2 -> 'U
13521348
13531349 /// <summary>A compiler intrinsic that implements dynamic invocations to the checked '-' operator.</summary>
13541350 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1355- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
13561351 val CheckedSubtractionDynamic : x : 'T1 -> y : 'T2 -> 'U
13571352
13581353 /// <summary>A compiler intrinsic that implements dynamic invocations to the checked unary '-' operator.</summary>
13591354 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1360- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
13611355 val CheckedUnaryNegationDynamic : value : 'T -> 'U
13621356
13631357 /// <summary>A compiler intrinsic that implements dynamic invocations to the '<<<' operator.</summary>
13641358 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1365- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
13661359 val LeftShiftDynamic : value : 'T1 -> shift : 'T2 -> 'U
13671360
13681361 /// <summary>A compiler intrinsic that implements dynamic invocations to the '>>>' operator.</summary>
13691362 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1370- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
13711363 val RightShiftDynamic : value : 'T1 -> shift : 'T2 -> 'U
13721364
13731365 /// <summary>A compiler intrinsic that implements dynamic invocations to the '&&&' operator.</summary>
13741366 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1375- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
13761367 val BitwiseAndDynamic : x : 'T1 -> y : 'T2 -> 'U
13771368
13781369 /// <summary>A compiler intrinsic that implements dynamic invocations to the '|||' operator.</summary>
13791370 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1380- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
13811371 val BitwiseOrDynamic : x : 'T1 -> y : 'T2 -> 'U
13821372
13831373 /// <summary>A compiler intrinsic that implements dynamic invocations related to the '^^^' operator.</summary>
13841374 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1385- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
13861375 val ExclusiveOrDynamic : x : 'T1 -> y : 'T2 -> 'U
13871376
13881377 /// <summary>A compiler intrinsic that implements dynamic invocations related to the '~~~' operator.</summary>
13891378 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1390- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
13911379 val LogicalNotDynamic : value : 'T -> 'U
13921380
13931381 /// <summary>A compiler intrinsic that implements dynamic invocations related to conversion operators.</summary>
13941382 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1395- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
13961383 val ExplicitDynamic : value : 'T -> 'U
13971384
13981385 /// <summary>A compiler intrinsic that implements dynamic invocations related to the '<' operator.</summary>
13991386 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1400- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
14011387 val LessThanDynamic : x : 'T1 -> y : 'T2 -> 'U
14021388
14031389 /// <summary>A compiler intrinsic that implements dynamic invocations related to the '>' operator.</summary>
14041390 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1405- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
14061391 val GreaterThanDynamic : x : 'T1 -> y : 'T2 -> 'U
14071392
14081393 /// <summary>A compiler intrinsic that implements dynamic invocations related to the '<=' operator.</summary>
14091394 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1410- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
14111395 val LessThanOrEqualDynamic : x : 'T1 -> y : 'T2 -> 'U
14121396
14131397 /// <summary>A compiler intrinsic that implements dynamic invocations related to the '>=' operator.</summary>
14141398 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1415- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
14161399 val GreaterThanOrEqualDynamic : x : 'T1 -> y : 'T2 -> 'U
14171400
14181401 /// <summary>A compiler intrinsic that implements dynamic invocations related to the '=' operator.</summary>
14191402 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1420- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
14211403 val EqualityDynamic : x : 'T1 -> y : 'T2 -> 'U
14221404
14231405 /// <summary>A compiler intrinsic that implements dynamic invocations related to the '=' operator.</summary>
14241406 [<CompilerMessage( " This function is for use by dynamic invocations of F# code and should not be used directly" , 1204 , IsHidden= true ) >]
1425- [<Experimental( " Experimental library feature, requires '--langversion:preview'" ) >]
14261407 val InequalityDynamic : x : 'T1 -> y : 'T2 -> 'U
14271408
14281409 /// <summary>A compiler intrinsic that implements dynamic invocations for the DivideByInt primitive.</summary>
0 commit comments