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

Commit03b5e27

Browse files
cartermpKevinRansom
authored andcommitted
Make function name lower-case (dotnet#5641)
1 parent6022512 commit03b5e27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/fsharp/service/service.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ type TypeCheckInfo
13241324
letunderlyingTy= stripTyEqnsAndMeasureEqns g ty
13251325
isStructTy g underlyingTy
13261326

1327-
letIsValRefMutable(vref:ValRef)=
1327+
letisValRefMutable(vref:ValRef)=
13281328
// Mutable values, ref cells, and non-inref byrefs are mutable.
13291329
vref.IsMutable
13301330
|| Tastops.isRefCellTy g vref.Type
@@ -1340,7 +1340,7 @@ type TypeCheckInfo
13401340
// 'seq' in 'seq { ... }' gets colored as keywords
13411341
| CNR(_,(Item.Value vref), ItemOccurence.Use,_,_,_, m)when valRefEq g g.seq_vref vref->
13421342
Some(m, SemanticClassificationType.ComputationExpression)
1343-
| CNR(_,(Item.Value vref),_,_,_,_, m)whenIsValRefMutable vref->
1343+
| CNR(_,(Item.Value vref),_,_,_,_, m)whenisValRefMutable vref->
13441344
Some(m, SemanticClassificationType.MutableVar)
13451345
| CNR(_, Item.Value KeywordIntrinsicValue, ItemOccurence.Use,_,_,_, m)->
13461346
Some(m, SemanticClassificationType.IntrinsicFunction)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp