Rafaël Bocquet
Results
3
comments of
Rafaël Bocquet
ghc now hangs when compiling this code.
Sorry, I had disabled this assertion as it allowed me to compile/run some programs, and I thought I had checked it was not caused by this before submitting the issue....
Here is (maybe) another instance of the same issue : ``` haskell module A where import Prelude () import qualified Prelude as P data TyFun' (a :: *) (b ::...