Skip to content

Instantly share code, notes, and snippets.

@ajorg
Created December 13, 2010 17:37
Show Gist options
  • Save ajorg/739283 to your computer and use it in GitHub Desktop.
Save ajorg/739283 to your computer and use it in GitHub Desktop.
Microsoft (R) F# 2.0 Compiler build (private)
Copyright (c) 2002-2010 Microsoft Corporation. All Rights Reserved.
warning FS0075: The command-line option '--version' has been deprecated
warning FS0075: The command-line option 'times' is for internal use only
TIME: 0.0 Delta: 0.0 Mem: 26 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.0 Delta: 0.0 Mem: 26 G0: 0 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 0.0 Delta: 0.0 Mem: 45 G0: 10 G1: 10 G2: 10 [Import system references]
TIME: 0.0 Delta: 0.0 Mem: 54 G0: 1 G1: 1 G2: 1 [Parse inputs]
TIME: 0.0 Delta: 0.0 Mem: 54 G0: 0 G1: 0 G2: 0 [Import non-system references]
error FS0193: internal error: The requested feature is not implemented.
Stack Trace
System.NotImplementedException: The requested feature is not implemented.
at System.Tuple`2[System.Int32,System.Int32].System.Collections.IStructuralComparable.CompareTo (System.Object other, IComparer comparer) [0x00000] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Tuples.cs:149
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericCompare (Microsoft.FSharp.Core.GenericComparer comp, System.Object xobj, System.Object yobj) [0x0005e] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:930
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare+GenericComparer.System-Collections-IComparer-Compare (System.Object x, System.Object y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1124
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonWithComparerIntrinsic[Tuple`2] (IComparer comp, System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1135
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonIntrinsic[Tuple`2] (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1169
at Microsoft.FSharp.Core.LanguagePrimitives+-cctor@2083[System.Tuple`2[System.Int32,System.Int32]].Compare (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:2083
at System.Array.qsort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 low0, Int32 high0, IComparer`1 comparer) [0x0003e] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1725
at System.Array.SortImpl[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 index, Int32 length, IComparer`1 comparer) [0x001b6] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1640
at System.Array.Sort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, IComparer`1 comparer) [0x00035] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1517
at Microsoft.FSharp.Primitives.Basics.Array.stableSortWithKeys[AssignedCalledArg`1,Tuple`2] (.AssignedCalledArg`1[] array, System.Tuple`2[] keys) [0x00026] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:524
at Microsoft.FSharp.Primitives.Basics.Array.stableSortInPlaceBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, .AssignedCalledArg`1[] array) [0x00035] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:554
at Microsoft.FSharp.Collections.ListModule.SortBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, Microsoft.FSharp.Collections.FSharpList`1 list) [0x00021] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\list.fs:348
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplication (Boolean checkingAttributeCall, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 tyargsOpt, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 calledMethsAndProps, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 curriedCallerArgs, Microsoft.FSharp.Compiler.TType exprTy, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00c70] in \mono\fsharp\fsharp\src\fsharp\tc.fs:7376
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplicationThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.TType overallTy, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 userTypeArgs, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 meths, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 args, ExprAtomicFlag atomicFlag, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00029] in \mono\fsharp\fsharp\src\fsharp\tc.fs:6866
at Microsoft.FSharp.Compiler.TypeChecker.TcCtorCall (Boolean isNaked, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType typ, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Compiler.Item item, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5120
at Microsoft.FSharp.Compiler.TypeChecker.TcNewExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Core.FSharpOption`1 objTyRangeOpt, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m) [0x0016b] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5104
at Microsoft.FSharp.Compiler.TypeChecker.TcExprUndelayed (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00df8] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4714
at Microsoft.FSharp.Compiler.TypeChecker.TcExprThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4576
at Microsoft.FSharp.Compiler.TypeChecker.TcExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00025] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4505
error FS0193: internal error: The requested feature is not implemented.
Stack Trace
System.NotImplementedException: The requested feature is not implemented.
at System.Tuple`2[System.Int32,System.Int32].System.Collections.IStructuralComparable.CompareTo (System.Object other, IComparer comparer) [0x00000] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Tuples.cs:149
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericCompare (Microsoft.FSharp.Core.GenericComparer comp, System.Object xobj, System.Object yobj) [0x0005e] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:930
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare+GenericComparer.System-Collections-IComparer-Compare (System.Object x, System.Object y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1124
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonWithComparerIntrinsic[Tuple`2] (IComparer comp, System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1135
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonIntrinsic[Tuple`2] (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1169
at Microsoft.FSharp.Core.LanguagePrimitives+-cctor@2083[System.Tuple`2[System.Int32,System.Int32]].Compare (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:2083
at System.Array.qsort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 low0, Int32 high0, IComparer`1 comparer) [0x0003e] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1725
at System.Array.SortImpl[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 index, Int32 length, IComparer`1 comparer) [0x001b6] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1640
at System.Array.Sort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, IComparer`1 comparer) [0x00035] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1517
at Microsoft.FSharp.Primitives.Basics.Array.stableSortWithKeys[AssignedCalledArg`1,Tuple`2] (.AssignedCalledArg`1[] array, System.Tuple`2[] keys) [0x00026] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:524
at Microsoft.FSharp.Primitives.Basics.Array.stableSortInPlaceBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, .AssignedCalledArg`1[] array) [0x00035] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:554
at Microsoft.FSharp.Collections.ListModule.SortBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, Microsoft.FSharp.Collections.FSharpList`1 list) [0x00021] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\list.fs:348
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplication (Boolean checkingAttributeCall, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 tyargsOpt, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 calledMethsAndProps, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 curriedCallerArgs, Microsoft.FSharp.Compiler.TType exprTy, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00c70] in \mono\fsharp\fsharp\src\fsharp\tc.fs:7376
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplicationThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.TType overallTy, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 userTypeArgs, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 meths, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 args, ExprAtomicFlag atomicFlag, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00029] in \mono\fsharp\fsharp\src\fsharp\tc.fs:6866
at Microsoft.FSharp.Compiler.TypeChecker.TcCtorCall (Boolean isNaked, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType typ, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Compiler.Item item, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5120
at Microsoft.FSharp.Compiler.TypeChecker.TcNewExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Core.FSharpOption`1 objTyRangeOpt, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m) [0x0016b] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5104
at Microsoft.FSharp.Compiler.TypeChecker.TcExprUndelayed (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00df8] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4714
at Microsoft.FSharp.Compiler.TypeChecker.TcExprThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4576
at Microsoft.FSharp.Compiler.TypeChecker.TcExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00025] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4505
error FS0193: internal error: The requested feature is not implemented.
Stack Trace
System.NotImplementedException: The requested feature is not implemented.
at System.Tuple`2[System.Int32,System.Int32].System.Collections.IStructuralComparable.CompareTo (System.Object other, IComparer comparer) [0x00000] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Tuples.cs:149
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericCompare (Microsoft.FSharp.Core.GenericComparer comp, System.Object xobj, System.Object yobj) [0x0005e] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:930
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare+GenericComparer.System-Collections-IComparer-Compare (System.Object x, System.Object y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1124
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonWithComparerIntrinsic[Tuple`2] (IComparer comp, System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1135
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonIntrinsic[Tuple`2] (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1169
at Microsoft.FSharp.Core.LanguagePrimitives+-cctor@2083[System.Tuple`2[System.Int32,System.Int32]].Compare (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:2083
at System.Array.qsort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 low0, Int32 high0, IComparer`1 comparer) [0x0003e] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1725
at System.Array.SortImpl[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 index, Int32 length, IComparer`1 comparer) [0x001b6] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1640
at System.Array.Sort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, IComparer`1 comparer) [0x00035] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1517
at Microsoft.FSharp.Primitives.Basics.Array.stableSortWithKeys[AssignedCalledArg`1,Tuple`2] (.AssignedCalledArg`1[] array, System.Tuple`2[] keys) [0x00026] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:524
at Microsoft.FSharp.Primitives.Basics.Array.stableSortInPlaceBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, .AssignedCalledArg`1[] array) [0x00035] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:554
at Microsoft.FSharp.Collections.ListModule.SortBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, Microsoft.FSharp.Collections.FSharpList`1 list) [0x00021] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\list.fs:348
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplication (Boolean checkingAttributeCall, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 tyargsOpt, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 calledMethsAndProps, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 curriedCallerArgs, Microsoft.FSharp.Compiler.TType exprTy, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00c70] in \mono\fsharp\fsharp\src\fsharp\tc.fs:7376
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplicationThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.TType overallTy, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 userTypeArgs, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 meths, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 args, ExprAtomicFlag atomicFlag, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00029] in \mono\fsharp\fsharp\src\fsharp\tc.fs:6866
at Microsoft.FSharp.Compiler.TypeChecker.TcCtorCall (Boolean isNaked, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType typ, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Compiler.Item item, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5120
at Microsoft.FSharp.Compiler.TypeChecker.TcNewExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Core.FSharpOption`1 objTyRangeOpt, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m) [0x0016b] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5104
at Microsoft.FSharp.Compiler.TypeChecker.TcExprUndelayed (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00df8] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4714
at Microsoft.FSharp.Compiler.TypeChecker.TcExprThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4576
at Microsoft.FSharp.Compiler.TypeChecker.TcExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00025] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4505
error FS0193: internal error: The requested feature is not implemented.
Stack Trace
System.NotImplementedException: The requested feature is not implemented.
at System.Tuple`2[System.Int32,System.Int32].System.Collections.IStructuralComparable.CompareTo (System.Object other, IComparer comparer) [0x00000] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Tuples.cs:149
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericCompare (Microsoft.FSharp.Core.GenericComparer comp, System.Object xobj, System.Object yobj) [0x0005e] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:930
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare+GenericComparer.System-Collections-IComparer-Compare (System.Object x, System.Object y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1124
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonWithComparerIntrinsic[Tuple`2] (IComparer comp, System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1135
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonIntrinsic[Tuple`2] (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1169
at Microsoft.FSharp.Core.LanguagePrimitives+-cctor@2083[System.Tuple`2[System.Int32,System.Int32]].Compare (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:2083
at System.Array.qsort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 low0, Int32 high0, IComparer`1 comparer) [0x0003e] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1725
at System.Array.SortImpl[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 index, Int32 length, IComparer`1 comparer) [0x001b6] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1640
at System.Array.Sort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, IComparer`1 comparer) [0x00035] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1517
at Microsoft.FSharp.Primitives.Basics.Array.stableSortWithKeys[AssignedCalledArg`1,Tuple`2] (.AssignedCalledArg`1[] array, System.Tuple`2[] keys) [0x00026] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:524
at Microsoft.FSharp.Primitives.Basics.Array.stableSortInPlaceBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, .AssignedCalledArg`1[] array) [0x00035] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:554
at Microsoft.FSharp.Collections.ListModule.SortBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, Microsoft.FSharp.Collections.FSharpList`1 list) [0x00021] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\list.fs:348
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplication (Boolean checkingAttributeCall, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 tyargsOpt, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 calledMethsAndProps, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 curriedCallerArgs, Microsoft.FSharp.Compiler.TType exprTy, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00c70] in \mono\fsharp\fsharp\src\fsharp\tc.fs:7376
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplicationThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.TType overallTy, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 userTypeArgs, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 meths, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 args, ExprAtomicFlag atomicFlag, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00029] in \mono\fsharp\fsharp\src\fsharp\tc.fs:6866
at Microsoft.FSharp.Compiler.TypeChecker.TcCtorCall (Boolean isNaked, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType typ, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Compiler.Item item, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5120
at Microsoft.FSharp.Compiler.TypeChecker.TcNewExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Core.FSharpOption`1 objTyRangeOpt, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m) [0x0016b] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5104
at Microsoft.FSharp.Compiler.TypeChecker.TcExprUndelayed (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00df8] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4714
at Microsoft.FSharp.Compiler.TypeChecker.TcExprThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4576
at Microsoft.FSharp.Compiler.TypeChecker.TcExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00025] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4505
error FS0193: internal error: The requested feature is not implemented.
Stack Trace
System.NotImplementedException: The requested feature is not implemented.
at System.Tuple`2[System.Int32,System.Int32].System.Collections.IStructuralComparable.CompareTo (System.Object other, IComparer comparer) [0x00000] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Tuples.cs:149
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericCompare (Microsoft.FSharp.Core.GenericComparer comp, System.Object xobj, System.Object yobj) [0x0005e] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:930
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare+GenericComparer.System-Collections-IComparer-Compare (System.Object x, System.Object y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1124
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonWithComparerIntrinsic[Tuple`2] (IComparer comp, System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1135
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonIntrinsic[Tuple`2] (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1169
at Microsoft.FSharp.Core.LanguagePrimitives+-cctor@2083[System.Tuple`2[System.Int32,System.Int32]].Compare (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:2083
at System.Array.qsort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 low0, Int32 high0, IComparer`1 comparer) [0x0003e] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1725
at System.Array.SortImpl[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 index, Int32 length, IComparer`1 comparer) [0x001b6] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1640
at System.Array.Sort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, IComparer`1 comparer) [0x00035] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1517
at Microsoft.FSharp.Primitives.Basics.Array.stableSortWithKeys[AssignedCalledArg`1,Tuple`2] (.AssignedCalledArg`1[] array, System.Tuple`2[] keys) [0x00026] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:524
at Microsoft.FSharp.Primitives.Basics.Array.stableSortInPlaceBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, .AssignedCalledArg`1[] array) [0x00035] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:554
at Microsoft.FSharp.Collections.ListModule.SortBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, Microsoft.FSharp.Collections.FSharpList`1 list) [0x00021] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\list.fs:348
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplication (Boolean checkingAttributeCall, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 tyargsOpt, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 calledMethsAndProps, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 curriedCallerArgs, Microsoft.FSharp.Compiler.TType exprTy, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00c70] in \mono\fsharp\fsharp\src\fsharp\tc.fs:7376
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplicationThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.TType overallTy, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 userTypeArgs, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 meths, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 args, ExprAtomicFlag atomicFlag, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00029] in \mono\fsharp\fsharp\src\fsharp\tc.fs:6866
at Microsoft.FSharp.Compiler.TypeChecker.TcCtorCall (Boolean isNaked, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType typ, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Compiler.Item item, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5120
at Microsoft.FSharp.Compiler.TypeChecker.TcNewExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Core.FSharpOption`1 objTyRangeOpt, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m) [0x0016b] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5104
at Microsoft.FSharp.Compiler.TypeChecker.TcExprUndelayed (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00df8] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4714
at Microsoft.FSharp.Compiler.TypeChecker.TcExprThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4576
at Microsoft.FSharp.Compiler.TypeChecker.TcExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00025] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4505
error FS0193: internal error: The requested feature is not implemented.
Stack Trace
System.NotImplementedException: The requested feature is not implemented.
at System.Tuple`2[System.Int32,System.Int32].System.Collections.IStructuralComparable.CompareTo (System.Object other, IComparer comparer) [0x00000] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Tuples.cs:149
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericCompare (Microsoft.FSharp.Core.GenericComparer comp, System.Object xobj, System.Object yobj) [0x0005e] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:930
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare+GenericComparer.System-Collections-IComparer-Compare (System.Object x, System.Object y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1124
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonWithComparerIntrinsic[Tuple`2] (IComparer comp, System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1135
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonIntrinsic[Tuple`2] (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1169
at Microsoft.FSharp.Core.LanguagePrimitives+-cctor@2083[System.Tuple`2[System.Int32,System.Int32]].Compare (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:2083
at System.Array.qsort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 low0, Int32 high0, IComparer`1 comparer) [0x0003e] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1725
at System.Array.SortImpl[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 index, Int32 length, IComparer`1 comparer) [0x001b6] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1640
at System.Array.Sort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, IComparer`1 comparer) [0x00035] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1517
at Microsoft.FSharp.Primitives.Basics.Array.stableSortWithKeys[AssignedCalledArg`1,Tuple`2] (.AssignedCalledArg`1[] array, System.Tuple`2[] keys) [0x00026] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:524
at Microsoft.FSharp.Primitives.Basics.Array.stableSortInPlaceBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, .AssignedCalledArg`1[] array) [0x00035] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:554
at Microsoft.FSharp.Collections.ListModule.SortBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, Microsoft.FSharp.Collections.FSharpList`1 list) [0x00021] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\list.fs:348
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplication (Boolean checkingAttributeCall, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 tyargsOpt, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 calledMethsAndProps, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 curriedCallerArgs, Microsoft.FSharp.Compiler.TType exprTy, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00c70] in \mono\fsharp\fsharp\src\fsharp\tc.fs:7376
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplicationThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.TType overallTy, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 userTypeArgs, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 meths, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 args, ExprAtomicFlag atomicFlag, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00029] in \mono\fsharp\fsharp\src\fsharp\tc.fs:6866
at Microsoft.FSharp.Compiler.TypeChecker.TcCtorCall (Boolean isNaked, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType typ, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Compiler.Item item, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5120
at Microsoft.FSharp.Compiler.TypeChecker.TcNewExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Core.FSharpOption`1 objTyRangeOpt, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m) [0x0016b] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5104
at Microsoft.FSharp.Compiler.TypeChecker.TcExprUndelayed (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00df8] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4714
at Microsoft.FSharp.Compiler.TypeChecker.TcExprThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4576
at Microsoft.FSharp.Compiler.TypeChecker.TcExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00025] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4505
error FS0193: internal error: The requested feature is not implemented.
Stack Trace
System.NotImplementedException: The requested feature is not implemented.
at System.Tuple`2[System.Int32,System.Int32].System.Collections.IStructuralComparable.CompareTo (System.Object other, IComparer comparer) [0x00000] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Tuples.cs:149
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericCompare (Microsoft.FSharp.Core.GenericComparer comp, System.Object xobj, System.Object yobj) [0x0005e] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:930
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare+GenericComparer.System-Collections-IComparer-Compare (System.Object x, System.Object y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1124
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonWithComparerIntrinsic[Tuple`2] (IComparer comp, System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1135
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonIntrinsic[Tuple`2] (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1169
at Microsoft.FSharp.Core.LanguagePrimitives+-cctor@2083[System.Tuple`2[System.Int32,System.Int32]].Compare (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:2083
at System.Array.qsort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 low0, Int32 high0, IComparer`1 comparer) [0x0003e] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1725
at System.Array.SortImpl[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 index, Int32 length, IComparer`1 comparer) [0x001b6] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1640
at System.Array.Sort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, IComparer`1 comparer) [0x00035] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1517
at Microsoft.FSharp.Primitives.Basics.Array.stableSortWithKeys[AssignedCalledArg`1,Tuple`2] (.AssignedCalledArg`1[] array, System.Tuple`2[] keys) [0x00026] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:524
at Microsoft.FSharp.Primitives.Basics.Array.stableSortInPlaceBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, .AssignedCalledArg`1[] array) [0x00035] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:554
at Microsoft.FSharp.Collections.ListModule.SortBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, Microsoft.FSharp.Collections.FSharpList`1 list) [0x00021] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\list.fs:348
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplication (Boolean checkingAttributeCall, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 tyargsOpt, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 calledMethsAndProps, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 curriedCallerArgs, Microsoft.FSharp.Compiler.TType exprTy, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00c70] in \mono\fsharp\fsharp\src\fsharp\tc.fs:7376
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplicationThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.TType overallTy, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 userTypeArgs, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 meths, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 args, ExprAtomicFlag atomicFlag, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00029] in \mono\fsharp\fsharp\src\fsharp\tc.fs:6866
at Microsoft.FSharp.Compiler.TypeChecker.TcCtorCall (Boolean isNaked, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType typ, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Compiler.Item item, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5120
at Microsoft.FSharp.Compiler.TypeChecker.TcNewExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Core.FSharpOption`1 objTyRangeOpt, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m) [0x0016b] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5104
at Microsoft.FSharp.Compiler.TypeChecker.TcExprUndelayed (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00df8] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4714
at Microsoft.FSharp.Compiler.TypeChecker.TcExprThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4576
at Microsoft.FSharp.Compiler.TypeChecker.TcExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00025] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4505
error FS0193: internal error: The requested feature is not implemented.
Stack Trace
System.NotImplementedException: The requested feature is not implemented.
at System.Tuple`2[System.Int32,System.Int32].System.Collections.IStructuralComparable.CompareTo (System.Object other, IComparer comparer) [0x00000] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Tuples.cs:149
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericCompare (Microsoft.FSharp.Core.GenericComparer comp, System.Object xobj, System.Object yobj) [0x0005e] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:930
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare+GenericComparer.System-Collections-IComparer-Compare (System.Object x, System.Object y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1124
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonWithComparerIntrinsic[Tuple`2] (IComparer comp, System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1135
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonIntrinsic[Tuple`2] (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1169
at Microsoft.FSharp.Core.LanguagePrimitives+-cctor@2083[System.Tuple`2[System.Int32,System.Int32]].Compare (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:2083
at System.Array.qsort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 low0, Int32 high0, IComparer`1 comparer) [0x0003e] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1725
at System.Array.SortImpl[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 index, Int32 length, IComparer`1 comparer) [0x001b6] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1640
at System.Array.Sort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, IComparer`1 comparer) [0x00035] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1517
at Microsoft.FSharp.Primitives.Basics.Array.stableSortWithKeys[AssignedCalledArg`1,Tuple`2] (.AssignedCalledArg`1[] array, System.Tuple`2[] keys) [0x00026] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:524
at Microsoft.FSharp.Primitives.Basics.Array.stableSortInPlaceBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, .AssignedCalledArg`1[] array) [0x00035] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:554
at Microsoft.FSharp.Collections.ListModule.SortBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, Microsoft.FSharp.Collections.FSharpList`1 list) [0x00021] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\list.fs:348
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplication (Boolean checkingAttributeCall, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 tyargsOpt, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 calledMethsAndProps, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 curriedCallerArgs, Microsoft.FSharp.Compiler.TType exprTy, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00c70] in \mono\fsharp\fsharp\src\fsharp\tc.fs:7376
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplicationThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.TType overallTy, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 userTypeArgs, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 meths, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 args, ExprAtomicFlag atomicFlag, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00029] in \mono\fsharp\fsharp\src\fsharp\tc.fs:6866
at Microsoft.FSharp.Compiler.TypeChecker.TcCtorCall (Boolean isNaked, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType typ, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Compiler.Item item, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5120
at Microsoft.FSharp.Compiler.TypeChecker.TcNewExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Core.FSharpOption`1 objTyRangeOpt, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m) [0x0016b] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5104
at Microsoft.FSharp.Compiler.TypeChecker.TcExprUndelayed (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00df8] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4714
at Microsoft.FSharp.Compiler.TypeChecker.TcExprThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4576
at Microsoft.FSharp.Compiler.TypeChecker.TcExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00025] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4505
error FS0193: internal error: The requested feature is not implemented.
Stack Trace
System.NotImplementedException: The requested feature is not implemented.
at System.Tuple`2[System.Int32,System.Int32].System.Collections.IStructuralComparable.CompareTo (System.Object other, IComparer comparer) [0x00000] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Tuples.cs:149
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericCompare (Microsoft.FSharp.Core.GenericComparer comp, System.Object xobj, System.Object yobj) [0x0005e] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:930
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare+GenericComparer.System-Collections-IComparer-Compare (System.Object x, System.Object y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1124
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonWithComparerIntrinsic[Tuple`2] (IComparer comp, System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1135
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonIntrinsic[Tuple`2] (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1169
at Microsoft.FSharp.Core.LanguagePrimitives+-cctor@2083[System.Tuple`2[System.Int32,System.Int32]].Compare (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:2083
at System.Array.qsort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 low0, Int32 high0, IComparer`1 comparer) [0x0003e] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1725
at System.Array.SortImpl[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 index, Int32 length, IComparer`1 comparer) [0x001b6] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1640
at System.Array.Sort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, IComparer`1 comparer) [0x00035] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1517
at Microsoft.FSharp.Primitives.Basics.Array.stableSortWithKeys[AssignedCalledArg`1,Tuple`2] (.AssignedCalledArg`1[] array, System.Tuple`2[] keys) [0x00026] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:524
at Microsoft.FSharp.Primitives.Basics.Array.stableSortInPlaceBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, .AssignedCalledArg`1[] array) [0x00035] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:554
at Microsoft.FSharp.Collections.ListModule.SortBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, Microsoft.FSharp.Collections.FSharpList`1 list) [0x00021] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\list.fs:348
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplication (Boolean checkingAttributeCall, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 tyargsOpt, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 calledMethsAndProps, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 curriedCallerArgs, Microsoft.FSharp.Compiler.TType exprTy, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00c70] in \mono\fsharp\fsharp\src\fsharp\tc.fs:7376
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplicationThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.TType overallTy, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 userTypeArgs, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 meths, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 args, ExprAtomicFlag atomicFlag, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00029] in \mono\fsharp\fsharp\src\fsharp\tc.fs:6866
at Microsoft.FSharp.Compiler.TypeChecker.TcCtorCall (Boolean isNaked, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType typ, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Compiler.Item item, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5120
at Microsoft.FSharp.Compiler.TypeChecker.TcNewExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Core.FSharpOption`1 objTyRangeOpt, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m) [0x0016b] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5104
at Microsoft.FSharp.Compiler.TypeChecker.TcExprUndelayed (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00df8] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4714
at Microsoft.FSharp.Compiler.TypeChecker.TcExprThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4576
at Microsoft.FSharp.Compiler.TypeChecker.TcExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00025] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4505
Unhandled Exception: System.NotImplementedException: The requested feature is not implemented.
at System.Tuple`2[System.Int32,System.Int32].System.Collections.IStructuralComparable.CompareTo (System.Object other, IComparer comparer) [0x00000] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Tuples.cs:149
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericCompare (Microsoft.FSharp.Core.GenericComparer comp, System.Object xobj, System.Object yobj) [0x0005e] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:930
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare+GenericComparer.System-Collections-IComparer-Compare (System.Object x, System.Object y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1124
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonWithComparerIntrinsic[Tuple`2] (IComparer comp, System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1135
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonIntrinsic[Tuple`2] (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:1169
at Microsoft.FSharp.Core.LanguagePrimitives+-cctor@2083[System.Tuple`2[System.Int32,System.Int32]].Compare (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\prim-types.fs:2083
at System.Array.qsort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 low0, Int32 high0, IComparer`1 comparer) [0x0003e] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1725
at System.Array.SortImpl[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, Int32 index, Int32 length, IComparer`1 comparer) [0x001b6] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1640
at System.Array.Sort[Tuple`2,Int32] (System.Tuple`2[] keys, System.Int32[] items, IComparer`1 comparer) [0x00035] in /usr/src/packages/BUILD/mono-2.8.1/mcs/class/corlib/System/Array.cs:1517
at Microsoft.FSharp.Primitives.Basics.Array.stableSortWithKeys[AssignedCalledArg`1,Tuple`2] (.AssignedCalledArg`1[] array, System.Tuple`2[] keys) [0x00026] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:524
at Microsoft.FSharp.Primitives.Basics.Array.stableSortInPlaceBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, .AssignedCalledArg`1[] array) [0x00035] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\local.fs:554
at Microsoft.FSharp.Collections.ListModule.SortBy[AssignedCalledArg`1,Tuple`2] (Microsoft.FSharp.Core.FSharpFunc`2 projection, Microsoft.FSharp.Collections.FSharpList`1 list) [0x00021] in \mono\fsharp\fsharp\src\fsharp\FSharp.Core\list.fs:348
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplication (Boolean checkingAttributeCall, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 tyargsOpt, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 calledMethsAndProps, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 curriedCallerArgs, Microsoft.FSharp.Compiler.TType exprTy, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00c70] in \mono\fsharp\fsharp\src\fsharp\tc.fs:7376
at Microsoft.FSharp.Compiler.TypeChecker.TcMethodApplicationThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.TType overallTy, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Core.FSharpOption`1 userTypeArgs, Microsoft.FSharp.Collections.FSharpList`1 objArgs, range m, System.String methodName, Microsoft.FSharp.Compiler.AccessorDomain ad, Microsoft.FSharp.Compiler.Mutates mut, Boolean isProp, Microsoft.FSharp.Collections.FSharpList`1 meths, Microsoft.FSharp.Compiler.ValUseFlag isSuperInit, Microsoft.FSharp.Collections.FSharpList`1 args, ExprAtomicFlag atomicFlag, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00029] in \mono\fsharp\fsharp\src\fsharp\tc.fs:6866
at Microsoft.FSharp.Compiler.TypeChecker.TcCtorCall (Boolean isNaked, Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType typ, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Compiler.Item item, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5120
at Microsoft.FSharp.Compiler.TypeChecker.TcNewExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.TType objTy, Microsoft.FSharp.Core.FSharpOption`1 objTyRangeOpt, Boolean superInit, Microsoft.FSharp.Compiler.SynExpr arg, range m) [0x0016b] in \mono\fsharp\fsharp\src\fsharp\tc.fs:5104
at Microsoft.FSharp.Compiler.TypeChecker.TcExprUndelayed (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00df8] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4714
at Microsoft.FSharp.Compiler.TypeChecker.TcExprThen (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr, Microsoft.FSharp.Collections.FSharpList`1 delayed) [0x00151] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4576
at Microsoft.FSharp.Compiler.TypeChecker.TcExpr (Microsoft.FSharp.Compiler.cenv cenv, Microsoft.FSharp.Compiler.TType ty, Microsoft.FSharp.Compiler.TcEnv env, Microsoft.FSharp.Compiler.SyntacticUnscopedTyparEnv tpenv, Microsoft.FSharp.Compiler.SynExpr expr) [0x00025] in \mono\fsharp\fsharp\src\fsharp\tc.fs:4505
make[2]: *** [.libs//4.0/FSharp.Build-proto.dll] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment