diff --git a/src/Compiler/Checking/import.fs b/src/Compiler/Checking/import.fs index 98e025acd71..5fc55bac2d4 100644 --- a/src/Compiler/Checking/import.fs +++ b/src/Compiler/Checking/import.fs @@ -84,7 +84,7 @@ type [] 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)