OSX Haskell

2006-10-15 Thread Wilson MacGyver
Hi,Is the instructions/notes for the OSX pkgs that were prepared Wolfgang Thaller available anywhere?I would like to make the OSX binaries more install friendly, like the pkg for 6.4.1Thanks,Mac -- Omnem crede diem tibi diluxisse supremum. ___ Glasgow-has

Re: foldl laziness support

2006-10-15 Thread Bulat Ziganshin
Hello Serge, Sunday, October 15, 2006, 6:05:43 PM, you wrote: if i correctly understood your problem, ultimate solution is the fusion RULES for foldl that is planned for 6.8 (there is yicket about this). may be YOU can develop such rules? :) -- Best regards, Bulatm

Re[2]: darcs patch: initial, very incomplete tags generator (and 16 more)

2006-10-15 Thread Bulat Ziganshin
Hello Claus, Saturday, October 14, 2006, 2:56:49 PM, you wrote: > since you both only mention hasktags as an alternative, I > wonder how ghctags relates to :ctags/:etags in ghci? > http://haskell.org/ghc/docs/6.6/html/users_guide/ghci-commands.html > Bulat: don't you find the latter more useful

Re[2]: darcs patch: initial, very incomplete tags generator (and 16 more)

2006-10-15 Thread Bulat Ziganshin
Hello Norman, Sunday, October 15, 2006, 2:38:57 AM, you wrote: >> is this working at this time? how i can download/use it? my pidgin english frequently forces me to write not that i want to say, but that i _can_ say :) i'm sorry, but for me personally at this moment ghc/ctags is not very req

Re: foldl laziness support

2006-10-15 Thread Duncan Coutts
On Sun, 2006-10-15 at 18:05 +0400, Serge D. Mechveliani wrote: > Dear Haskell implementors, > > I keep on facing a frightening problem of the laziness support. [snip] > I wonder how to avoid these numerous cost pitfalls. > Maybe, the complier could do more optimization? There are important diff

Re: foldl laziness support

2006-10-15 Thread Lemmih
On 10/15/06, Serge D. Mechveliani <[EMAIL PROTECTED]> wrote: Dear Haskell implementors, I keep on facing a frightening problem of the laziness support. Consider the example of --- import List (union) main = let n = 10^4 :: Int in putStr (sho

Re: ghc 6.6 for Windows crashes my program on exit

2006-10-15 Thread Brian Hulley
Brian Hulley wrote: Hi, Has anyone else come across this crash with ghc 6.6 on Windows? The thread 'Win32 Thread' (0x5c8) has exited with code 0 (0x0). First-chance exception at 0x7c90eb74 in main.exe: 0xC008: An invalid HANDLE was specified. Unhandled exception at 0x7c90eb74

foldl laziness support

2006-10-15 Thread Serge D. Mechveliani
Dear Haskell implementors, I keep on facing a frightening problem of the laziness support. Consider the example of --- import List (union) main = let n = 10^4 :: Int in putStr (shows (take 2 $ unionMany [[1 .. i] | i <- [1 .. n]]) "\n") union

Re: darcs patch: initial, very incomplete tags generator (and 16 more)

2006-10-15 Thread Claus Reinke
> http://haskell.org/ghc/docs/6.6/html/users_guide/ghci-commands.html Doco suggests that this code is just calling hasktags. not at all, it is built in to ghci. though I can see that the docs may be somewhat misleading, due to the reference to Section 10.1, which doesn't mention the built-in

Re: Visual Haskell 2005?

2006-10-15 Thread Krasimir Angelov
Hi Mike, The new version of Visual Haskell is on the way. It will be packaged with ghc-6.6 and will work with both VStudio 2005 and 2003. Cheers, Krasimir On 10/15/06, Michael Sparks <[EMAIL PROTECTED]> wrote: Are there any plans to make a version of Visual Haskell that works with Visual Stud