@@ -1015,23 +1015,22 @@ namespace Microsoft.FSharp.Core
10151015val inline DivideByInt< ^T > : x : ^T -> y : int -> ^T when ^T : ( static member DivideByInt : ^T * int -> ^T )
10161016
10171017/// < summary>For compiler use only< / summary>
1018- [< Sealed> ]
1019- type (* internal *) ErrorStrings =
1018+ module (* internal *) ErrorStrings =
10201019
10211020[< CompilerMessage ( "This value is for use by compiled F #code and should not be used directly ", 1204 , IsHidden = true )>]
1022- static member InputSequenceEmptyString: string with get
1021+ val InputSequenceEmptyString: string
10231022
10241023[< CompilerMessage ( "This value is for use by compiled F #code and should not be used directly ", 1204 , IsHidden = true )>]
1025- static member InputArrayEmptyString: string with get
1024+ val InputArrayEmptyString: string
10261025
10271026[< CompilerMessage ( "This value is for use by compiled F #code and should not be used directly ", 1204 , IsHidden = true )>]
1028- static member AddressOpNotFirstClassString: string with get
1027+ val AddressOpNotFirstClassString: string
10291028
10301029[< CompilerMessage ( "This value is for use by compiled F #code and should not be used directly ", 1204 , IsHidden = true )>]
1031- static member NoNegateMinValueString: string with get
1030+ val NoNegateMinValueString: string
10321031
10331032[< CompilerMessage ( "This value is for use by compiled F #code and should not be used directly ", 1204 , IsHidden = true )>]
1034- static member InputMustBeNonNegativeString: string with get
1033+ val InputMustBeNonNegativeString: string
10351034
10361035
10371036//-------------------------------------------------------------------------