We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0f591 commit a6ce065Copy full SHA for a6ce065
src/Compiler/Utilities/TypeHashing.fs
@@ -335,12 +335,12 @@ module HashTastMemberOrVals =
335
let typeHash = hashTopType g argInfos retTy cxs
336
let flagsHash = hash v.val_flags.PickledBits
337
let attribsHash = hashAttributeList v.Attribs
338
-
+
339
let combinedHash = nameHash @@ typarHash @@ typeHash @@ flagsHash @@ attribsHash
340
341
// Include literal constant value in hash for deterministic builds
342
match v.LiteralValue with
343
- | Some constVal ->
+ | Some constVal ->
344
let constHash = hashConst constVal
345
combinedHash @@ constHash
346
| None -> combinedHash
0 commit comments