Skip to content

Commit

Permalink
Update import.fs
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Grosup <[email protected]>
  • Loading branch information
vzarytovskii and T-Gro authored Oct 29, 2024
1 parent c2830f5 commit 98372b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compiler/Checking/import.fs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ type [<Struct; NoComparison; CustomEquality>] TTypeCacheKey =
let g = this.tcGlobals

let ty1Hash = combineHash (hashStamp g this.ty1) (hashTType g this.ty1)
let ty2Hash = combineHash (hashStamp g this.ty1) (hashTType g this.ty2)
let ty2Hash = combineHash (hashStamp g this.ty2) (hashTType g this.ty2)

let combined = combineHash (combineHash ty1Hash ty2Hash) (hash this.canCoerce)

Expand Down

0 comments on commit 98372b9

Please sign in to comment.