Here I'm reading a very large matrix from a file and turning it into a
template Haskell expression. Probably not the most efficient thing to
do, but the error message could be clearer...

*Main> let y = $(qFast (\f -> runIO $ readMatrixFile "data.txt" (runQ.f)));
ghc-6.4.2: panic! (the `impossible' happened, GHC version 6.4.2):
        linkBCO: >= 64k insns in BCO

Please report this as a compiler bug.  See:
  http://www.haskell.org/ghc/reportabug



-- 
http://ofb.net/~frederik/
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to