RE: interactive co-recursion

2003-08-26 Thread Simon Marlow
 
> I've no idea if the following is supposed to work, but the message
> tells me to report it, so here it is.  Happens for all attempts to
> define co-recursive functions, this is just the simplest example.
> 
>   Prelude> let { f = g ; g = f}
>   ghc-6.0: panic! (the `impossible' happened, GHC version 6.0):
> getLinkDeps No iface for []DataziTuple
>  
>   Please report it as a compiler bug to 
> [EMAIL PROTECTED],
>   or http://sourceforge.net/projects/ghc/.

I think this is an instance of a bug that was fixed in 6.0.1.  Please
upgrade and try again.

Cheers,
Simon
___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


interactive co-recursion

2003-08-25 Thread Ketil Z. Malde

I've no idea if the following is supposed to work, but the message
tells me to report it, so here it is.  Happens for all attempts to
define co-recursive functions, this is just the simplest example.

  Prelude> let { f = g ; g = f}
  ghc-6.0: panic! (the `impossible' happened, GHC version 6.0):
getLinkDeps No iface for []DataziTuple
 
  Please report it as a compiler bug to [EMAIL PROTECTED],
  or http://sourceforge.net/projects/ghc/.

-kzm
-- 
If I haven't seen further, it is by standing in the footprints of giants
___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs