Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd6cc617

Browse files
committed
Use a set
1 parent8a20620 commitd6cc617

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/fsharp/ConstraintSolver.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ let BakedInTraitConstraintNames =
298298
"Sinh";"Cosh";"Tanh";"Atan";"Acos";"Asin";"Exp";"Ceiling";"Floor";"Round";"Log10";"Log";"Sqrt";
299299
"Truncate";"op_Explicit";
300300
"Pow";"Atan2"]
301-
|>System.Collections.Generic.HashSet<_>
301+
|>set
302302

303303
//-------------------------------------------------------------------------
304304
// Run the constraint solver with undo (used during method overload resolution)

‎src/fsharp/ConstraintSolver.fsi‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ type ConstraintSolverState =
9494

9595
type ConstraintSolverEnv
9696

97-
val BakedInTraitConstraintNames:System.Collections.Generic.HashSet<string>
97+
val BakedInTraitConstraintNames:Set<string>
9898

9999
val MakeConstraintSolverEnv: ContextInfo-> ConstraintSolverState-> range-> DisplayEnv-> ConstraintSolverEnv
100100

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp