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 [EMAIL PROTECTED],
or http://sourceforge.net/projects/ghc/.
Prelude>
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs