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

Commit01c42be

Browse files
committed
Minor variable renaming
1 parent31dce4e commit01c42be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/fsharp/fscmain.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ module FSharpResidentCompiler =
192192
// create some garbage
193193
for iin0..1000do[0.. i]|> ignore
194194
// test if we're using mono-sgen
195-
letusingMonoSGEN=(System.GC.CollectionCount(0)= System.GC.CollectionCount(1))
196-
lettarget=ifusingMonoSGENthen"mono"else"mono-sgen"
195+
letnotUsingMonoSGEN=(System.GC.CollectionCount(0)= System.GC.CollectionCount(1))
196+
lettarget=ifnotUsingMonoSGENthen"mono"else"mono-sgen"
197197
target,true
198198
| path-> path,false
199199

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp