logo       

bug note: msg#00043

lang.haskell.glasgow.bugs

Subject: bug note

Prelude> (\xs -> reverse xs) "claz"
"zalc"
Prelude> (\x:xs -> reverse xs) "claz"
<interactive>:1: parse error on input `:'
Prelude> (\(x:xs) -> reverse xs) "claz"
C:\ghc\ghc-6.0\bin\ghc.exe: panic! (the `impossible' happened, GHC
version 6.0):
getLinkDeps No iface for [<pkg>]GHCziErr

Please report it as a compiler bug to glasgow-haskell-bugs@xxxxxxxxxxx,
or http://sourceforge.net/projects/ghc/.


Prelude>


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise