Skip to content

Commit 973f648

Browse files
committed
Surface area
1 parent 96b4786 commit 973f648

File tree

9 files changed

+63
-0
lines changed

9 files changed

+63
-0
lines changed

src/fsharp/FSharp.Core.Unittests/SurfaceArea.Silverlight.2.0.fs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2446,6 +2446,13 @@ Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: Int32 GetHashCode(
24462446
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.String ToString()
24472447
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Type GetType()
24482448
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: Void .ctor()
2449+
Microsoft.FSharp.Core.ResultModule: Boolean Equals(System.Object)
2450+
Microsoft.FSharp.Core.ResultModule: Int32 GetHashCode()
2451+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[T,TResult] MapError[TError,TResult,T](Microsoft.FSharp.Core.FSharpFunc`2[TError,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2452+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Bind[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,Microsoft.FSharp.Core.FSharpResult`2[TResult,TError]], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2453+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Map[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2454+
Microsoft.FSharp.Core.ResultModule: System.String ToString()
2455+
Microsoft.FSharp.Core.ResultModule: System.Type GetType()
24492456
Microsoft.FSharp.Core.SealedAttribute: Boolean Equals(System.Object)
24502457
Microsoft.FSharp.Core.SealedAttribute: Boolean Match(System.Object)
24512458
Microsoft.FSharp.Core.SealedAttribute: Boolean Value

src/fsharp/FSharp.Core.Unittests/SurfaceArea.coreclr.fs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2789,6 +2789,13 @@ Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Object get_
27892789
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.String ToString()
27902790
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Type GetType()
27912791
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: Void .ctor()
2792+
Microsoft.FSharp.Core.ResultModule: Boolean Equals(System.Object)
2793+
Microsoft.FSharp.Core.ResultModule: Int32 GetHashCode()
2794+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[T,TResult] MapError[TError,TResult,T](Microsoft.FSharp.Core.FSharpFunc`2[TError,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2795+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Bind[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,Microsoft.FSharp.Core.FSharpResult`2[TResult,TError]], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2796+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Map[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2797+
Microsoft.FSharp.Core.ResultModule: System.String ToString()
2798+
Microsoft.FSharp.Core.ResultModule: System.Type GetType()
27922799
Microsoft.FSharp.Core.SealedAttribute: Boolean Equals(System.Object)
27932800
Microsoft.FSharp.Core.SealedAttribute: Boolean IsDefaultAttribute()
27942801
Microsoft.FSharp.Core.SealedAttribute: Boolean Match(System.Object)

src/fsharp/FSharp.Core.Unittests/SurfaceArea.net20.fs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2721,6 +2721,13 @@ Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Object get_
27212721
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.String ToString()
27222722
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Type GetType()
27232723
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: Void .ctor()
2724+
Microsoft.FSharp.Core.ResultModule: Boolean Equals(System.Object)
2725+
Microsoft.FSharp.Core.ResultModule: Int32 GetHashCode()
2726+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[T,TResult] MapError[TError,TResult,T](Microsoft.FSharp.Core.FSharpFunc`2[TError,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2727+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Bind[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,Microsoft.FSharp.Core.FSharpResult`2[TResult,TError]], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2728+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Map[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2729+
Microsoft.FSharp.Core.ResultModule: System.String ToString()
2730+
Microsoft.FSharp.Core.ResultModule: System.Type GetType()
27242731
Microsoft.FSharp.Core.SealedAttribute: Boolean Equals(System.Object)
27252732
Microsoft.FSharp.Core.SealedAttribute: Boolean IsDefaultAttribute()
27262733
Microsoft.FSharp.Core.SealedAttribute: Boolean Match(System.Object)

src/fsharp/FSharp.Core.Unittests/SurfaceArea.net40.fs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2889,6 +2889,13 @@ Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Object get_
28892889
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.String ToString()
28902890
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Type GetType()
28912891
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: Void .ctor()
2892+
Microsoft.FSharp.Core.ResultModule: Boolean Equals(System.Object)
2893+
Microsoft.FSharp.Core.ResultModule: Int32 GetHashCode()
2894+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[T,TResult] MapError[TError,TResult,T](Microsoft.FSharp.Core.FSharpFunc`2[TError,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2895+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Bind[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,Microsoft.FSharp.Core.FSharpResult`2[TResult,TError]], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2896+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Map[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2897+
Microsoft.FSharp.Core.ResultModule: System.String ToString()
2898+
Microsoft.FSharp.Core.ResultModule: System.Type GetType()
28922899
Microsoft.FSharp.Core.SealedAttribute: Boolean Equals(System.Object)
28932900
Microsoft.FSharp.Core.SealedAttribute: Boolean IsDefaultAttribute()
28942901
Microsoft.FSharp.Core.SealedAttribute: Boolean Match(System.Object)

src/fsharp/FSharp.Core.Unittests/SurfaceArea.portable259.fs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2856,6 +2856,13 @@ Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Object get_
28562856
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.String ToString()
28572857
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Type GetType()
28582858
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: Void .ctor()
2859+
Microsoft.FSharp.Core.ResultModule: Boolean Equals(System.Object)
2860+
Microsoft.FSharp.Core.ResultModule: Int32 GetHashCode()
2861+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[T,TResult] MapError[TError,TResult,T](Microsoft.FSharp.Core.FSharpFunc`2[TError,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2862+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Bind[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,Microsoft.FSharp.Core.FSharpResult`2[TResult,TError]], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2863+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Map[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2864+
Microsoft.FSharp.Core.ResultModule: System.String ToString()
2865+
Microsoft.FSharp.Core.ResultModule: System.Type GetType()
28592866
Microsoft.FSharp.Core.SealedAttribute: Boolean Equals(System.Object)
28602867
Microsoft.FSharp.Core.SealedAttribute: Boolean IsDefaultAttribute()
28612868
Microsoft.FSharp.Core.SealedAttribute: Boolean Match(System.Object)

src/fsharp/FSharp.Core.Unittests/SurfaceArea.portable47.fs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2857,6 +2857,13 @@ Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Object get_
28572857
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.String ToString()
28582858
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Type GetType()
28592859
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: Void .ctor()
2860+
Microsoft.FSharp.Core.ResultModule: Boolean Equals(System.Object)
2861+
Microsoft.FSharp.Core.ResultModule: Int32 GetHashCode()
2862+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[T,TResult] MapError[TError,TResult,T](Microsoft.FSharp.Core.FSharpFunc`2[TError,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2863+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Bind[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,Microsoft.FSharp.Core.FSharpResult`2[TResult,TError]], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2864+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Map[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2865+
Microsoft.FSharp.Core.ResultModule: System.String ToString()
2866+
Microsoft.FSharp.Core.ResultModule: System.Type GetType()
28602867
Microsoft.FSharp.Core.SealedAttribute: Boolean Equals(System.Object)
28612868
Microsoft.FSharp.Core.SealedAttribute: Boolean IsDefaultAttribute()
28622869
Microsoft.FSharp.Core.SealedAttribute: Boolean Match(System.Object)

src/fsharp/FSharp.Core.Unittests/SurfaceArea.portable7.fs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2869,6 +2869,13 @@ Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Object get_
28692869
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.String ToString()
28702870
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Type GetType()
28712871
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: Void .ctor()
2872+
Microsoft.FSharp.Core.ResultModule: Boolean Equals(System.Object)
2873+
Microsoft.FSharp.Core.ResultModule: Int32 GetHashCode()
2874+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[T,TResult] MapError[TError,TResult,T](Microsoft.FSharp.Core.FSharpFunc`2[TError,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2875+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Bind[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,Microsoft.FSharp.Core.FSharpResult`2[TResult,TError]], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2876+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Map[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2877+
Microsoft.FSharp.Core.ResultModule: System.String ToString()
2878+
Microsoft.FSharp.Core.ResultModule: System.Type GetType()
28722879
Microsoft.FSharp.Core.SealedAttribute: Boolean Equals(System.Object)
28732880
Microsoft.FSharp.Core.SealedAttribute: Boolean IsDefaultAttribute()
28742881
Microsoft.FSharp.Core.SealedAttribute: Boolean Match(System.Object)

src/fsharp/FSharp.Core.Unittests/SurfaceArea.portable78.fs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2856,6 +2856,13 @@ Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Object get_
28562856
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.String ToString()
28572857
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Type GetType()
28582858
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: Void .ctor()
2859+
Microsoft.FSharp.Core.ResultModule: Boolean Equals(System.Object)
2860+
Microsoft.FSharp.Core.ResultModule: Int32 GetHashCode()
2861+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[T,TResult] MapError[TError,TResult,T](Microsoft.FSharp.Core.FSharpFunc`2[TError,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2862+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Bind[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,Microsoft.FSharp.Core.FSharpResult`2[TResult,TError]], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2863+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Map[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2864+
Microsoft.FSharp.Core.ResultModule: System.String ToString()
2865+
Microsoft.FSharp.Core.ResultModule: System.Type GetType()
28592866
Microsoft.FSharp.Core.SealedAttribute: Boolean Equals(System.Object)
28602867
Microsoft.FSharp.Core.SealedAttribute: Boolean IsDefaultAttribute()
28612868
Microsoft.FSharp.Core.SealedAttribute: Boolean Match(System.Object)

tests/fsharpqa/Source/Misc/LongSourceFile01.fs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2475,6 +2475,13 @@ Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Object get_
24752475
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.String ToString()
24762476
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: System.Type GetType()
24772477
Microsoft.FSharp.Core.RequiresExplicitTypeArgumentsAttribute: Void .ctor()
2478+
Microsoft.FSharp.Core.ResultModule: Boolean Equals(System.Object)
2479+
Microsoft.FSharp.Core.ResultModule: Int32 GetHashCode()
2480+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[T,TResult] MapError[TError,TResult,T](Microsoft.FSharp.Core.FSharpFunc`2[TError,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2481+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Bind[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,Microsoft.FSharp.Core.FSharpResult`2[TResult,TError]], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2482+
Microsoft.FSharp.Core.ResultModule: Microsoft.FSharp.Core.FSharpResult`2[TResult,TError] Map[T,TResult,TError](Microsoft.FSharp.Core.FSharpFunc`2[T,TResult], Microsoft.FSharp.Core.FSharpResult`2[T,TError])
2483+
Microsoft.FSharp.Core.ResultModule: System.String ToString()
2484+
Microsoft.FSharp.Core.ResultModule: System.Type GetType()
24782485
Microsoft.FSharp.Core.SealedAttribute: Boolean Equals(System.Object)
24792486
Microsoft.FSharp.Core.SealedAttribute: Boolean IsDefaultAttribute()
24802487
Microsoft.FSharp.Core.SealedAttribute: Boolean Match(System.Object)

0 commit comments

Comments
 (0)