You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fsharp/AugmentWithHashCompare.fs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
// Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
2
2
3
3
/// Generate the hash/compare functions we add to user-defined types by default.
Copy file name to clipboardExpand all lines: src/fsharp/AugmentWithHashCompare.fsi
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
// Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
2
2
3
3
/// Generate the hash/compare functions we add to user-defined types by default.
Copy file name to clipboardExpand all lines: src/fsharp/CheckFormatStrings.fs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
// Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Copy file name to clipboardExpand all lines: src/fsharp/ConstraintSolver.fsi
+21-8Lines changed: 21 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
// Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
2
2
3
+
/// Solves constraints using a mutable constraint-solver state
val UnifyUniqueOverloading : ConstraintSolverEnv -> int * int -> string -> AccessorDomain ->Typrelns.CalledMeth<SynExpr> list -> TType -> OperationResult<bool>
val UnifyUniqueOverloading : ConstraintSolverEnv -> int * int -> string -> AccessorDomain ->TypeRelations.CalledMeth<SynExpr> list -> TType -> OperationResult<bool>
74
88
val EliminateConstraintsForGeneralizedTypars : ConstraintSolverEnv -> OptionalTrace -> Typars -> unit
0 commit comments