Closed jship closed 8 months ago
Gets rid of the warnings about using ~ without having enabled -XTypeOperators:
~
-XTypeOperators
The use of ‘~’ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators
Gets rid of the warnings about using
~
without having enabled-XTypeOperators
: