Re: how dynamic stack approximation works

2009-02-23 Thread Peter Hercek
Simon Marlow wrote: Perhaps you're already aware of this wiki page, but I'll post the link anyway: http://hackage.haskell.org/trac/ghc/wiki/ExplicitCallStack I was writing about a way how to maintain the stack as described in point 6 of the page (provided that point is about dynamic stack).

Re: ./T and ./T >& log

2009-02-23 Thread Simon Marlow
Brandon S. Allbery KF8NH wrote: On 2009 Feb 20, at 4:38, Serge D. Mechveliani wrote: The first command outputs - t = ((a : nil) + (b : nil)) Bug: substitute {(X, a), (Xs, nil), (Ys, (b : nil))} X: sort mismatch in substitution ---

Re: Building GHC on Windows

2009-02-23 Thread Simon Marlow
Sigbjorn Finne wrote: Simon Marlow wrote: Felix Martini wrote: . All this is likely trivial to fix but at the same time these little roadblocks may also explain why few developers on Windows contribute code to GHC and Haskell. I haven't tried sync-all on Windows - can anyone help out her