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

Commit909f1a4

Browse files
committed
formatting
1 parent331dde6 commit909f1a4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎src/fsharp/ConstraintSolver.fs‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@ type ConstraintSolverState =
172172
}
173173

174174
static memberNew(g,amap,infoReader,tcVal)=
175-
{ g=g
176-
amap=amap
177-
ExtraCxs= HashMultiMap(10, HashIdentity.Structural)
178-
InfoReader=infoReader
179-
TcVal= tcVal}
175+
{ g=g
176+
amap=amap
177+
ExtraCxs= HashMultiMap(10, HashIdentity.Structural)
178+
InfoReader=infoReader
179+
TcVal= tcVal}
180180

181181

182182
typeConstraintSolverEnv=
@@ -193,12 +193,12 @@ type ConstraintSolverEnv =
193193
membercsenv.amap= csenv.SolverState.amap
194194

195195
letMakeConstraintSolverEnv contextInfo css m denv=
196-
{ SolverState=css
197-
m=m
196+
{ SolverState=css
197+
m=m
198198
eContextInfo= contextInfo
199199
// Indicates that when unifiying ty1 = ty2, only type variables in ty1 may be solved
200-
MatchingOnly=false
201-
EquivEnv=TypeEquivEnv.Empty
200+
MatchingOnly=false
201+
EquivEnv=TypeEquivEnv.Empty
202202
DisplayEnv= denv}
203203

204204

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp