forked from tweag/funflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: hash is not invalidate when GHC internal change
Close tweag#202 - GHC internal fingerprint computation may change, leading to an invalidation of (some) of the hash computed. Instead of using the type fingerprint, we only use the `show $ typeRef x` (which is roughly a string representation of the type). It will be more stable and should discriminate enough.
- Loading branch information
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters