ghci bug with template Haskell

2005-02-03 Thread WANG Meng
Prelude let x = 1 Prelude $([|x|]) ghc.exe: panic! (the `impossible' happened, GHC version 6.2.2): nameModule x {- v a6XY -} Please report it as a compiler bug to glasgow-haskell-bugs@haskell.org, or http://sourceforge.net/projects/ghc/. Prelude -W-M- @ @ | \_/

RE: GHCi Package problem?

2005-02-03 Thread Simon Marlow
On 02 February 2005 22:02, Martin Erwig wrote: I encountered the following problem while loading a package, and ghci (version 6.2) told me to report it to this list. Loading package fgl ... linking ... /usr/local/lib/ghc-6.2/HSfgl.o: unknown symbol `_DataziTree_flatten_entry'

[ ghc-Bugs-1114883 ] template Haskell fails in GHCi

2005-02-03 Thread SourceForge.net
Bugs item #1114883, was opened at 2005-02-02 17:20 Message generated for change (Comment added) made by simonpj You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1114883group_id=8032 Category: Template Haskell Group: 6.2.2 Status: Closed Resolution: Fixed

[ ghc-Bugs-1115496 ] gfindtype has overly restrictive type

2005-02-03 Thread SourceForge.net
Bugs item #1115496, was opened at 2005-02-03 07:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1115496group_id=8032 Category: None Group: None Status: Open Resolution: None

[ ghc-Bugs-1115496 ] gfindtype has overly restrictive type

2005-02-03 Thread SourceForge.net
Bugs item #1115496, was opened at 2005-02-03 15:30 Message generated for change (Comment added) made by simonpj You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1115496group_id=8032 Category: None Group: None Status: Closed Resolution: Fixed Priority: 5

Re: GHCi Package problem?

2005-02-03 Thread Martin Erwig
On Feb 3, 2005, at 2:13 AM, Simon Marlow wrote: Prelude Data.Graph.Inductive.Example.clr486 GHCi runtime linker: fatal error: I found a duplicate definition for symbol _DataziGraphziInductiveziInternalziFiniteMap_Empty_closure whilst processing object file

RE: GHCi Package problem?

2005-02-03 Thread Simon Marlow
On 03 February 2005 16:11, Martin Erwig wrote: On Feb 3, 2005, at 2:13 AM, Simon Marlow wrote: Prelude Data.Graph.Inductive.Example.clr486 GHCi runtime linker: fatal error: I found a duplicate definition for symbol

Re: GHCi Package problem?

2005-02-03 Thread Martin Erwig
On Feb 3, 2005, at 8:21 AM, Simon Marlow wrote: On 03 February 2005 16:11, Martin Erwig wrote: On Feb 3, 2005, at 2:13 AM, Simon Marlow wrote: Prelude Data.Graph.Inductive.Example.clr486 GHCi runtime linker: fatal error: I found a duplicate definition for symbol

[ ghc-Bugs-1115805 ] ghc-6.2.2 requires special configure flag...

2005-02-03 Thread SourceForge.net
Bugs item #1115805, was opened at 2005-02-03 14:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1115805group_id=8032 Category: Build System Group: None Status: Open Resolution:

RE: Waiting on Sockets or File Descriptors

2005-02-03 Thread Simon Marlow
On 02 February 2005 19:48, Peter Simons wrote: Wolfgang Thaller writes: a) poll() is not supported on Mac OS X and (at least some popular versions of) BSD. Are you certain? Just tried man poll on one of the MacOS X machines the SourceForge compile farm offers, and that one had it:

RE: debugging memory allocations

2005-02-03 Thread Simon Marlow
On 03 February 2005 00:41, Duncan Coutts wrote: On Wed, 2005-02-02 at 13:30 -0700, Seth Kurtzberg wrote: Duncan Coutts wrote: In these cases we cannot turn on traditional profiling since that would interfere with the optimisations we are relying on to eliminate most of the other memory

Re: [Gph] [Fwd: Re: [Haskell] Implicit parallel functional programming]

2005-02-03 Thread Phil Trinder
Satnam, Does anyone know of any other work on implicitly parallelizing functional programs for fine grain parallel execution? The skeletons community implicitly replace higher-order functions with parallel implementations: http://homepages.inf.ed.ac.uk/mic/Skeletons/ There's an excellent

Re: [Haskell] space behaviour of lazy recursive lists

2005-02-03 Thread Axel Jantsch
Hi, Both variants of the strict zipWith solved the gibs problem I posed: gibs = 1 : 1 : f gibs (tail gibs) where f (x:xs) (y:ys) = z `seq` z : f xs ys where z = min (x + y) 10 by Simon MArlow and zipWith' f (x:xs) (y:ys) = let z = f x y

Re: [Haskell] space behaviour of lazy recursive lists

2005-02-03 Thread Colin Runciman
Axel, ... However, they do not directly solve my problem in the bigger program which still has the same linearly growing memory requirement. The problem seems to be very, very hard to find. I suspect it is related to lazyness as in the gibs example, but I just cannot put my finger on the code that

[Haskell] The Monad.Reader - Become an author for the Haskell eZine!

2005-02-03 Thread Shae Matijs Erisson
There are plenty of academic papers about Haskell, and plenty of informative pages on the Haskell Wiki. But there's not much between the two extremes. The Monad.Reader aims to fit in there; more formal than a Wiki page, but less formal than a journal article. Want to write about a tool or

[Haskell] Job Posting (Looking for a few good functional programmers)

2005-02-03 Thread Yaron Minsky
Jane Street Capital (an affiliate of Henry Capital http://henrycapital.com) is a proprietary trading company located in Manhattan. The quantitative research department is responsible for analyzing, improving, and generating trading strategies. It's an open and informal environment (you can wear

Re: [Haskell] Job Posting (Looking for a few good functional programmers)

2005-02-03 Thread S. Alexander Jacobson
Yaron, would you mind sharing the reason your firm chose OCaml over Haskell for your applications? For others, I would love to organize an informal gathering of NYC Haskell programmers if there are any. If you are interested, please contact me and I'll try to make it happen. -Alex-

Re: [Haskell] Job Posting (Looking for a few good functional programmers)

2005-02-03 Thread Yaron Minsky
S. Alexander Jacobson wrote: Yaron, would you mind sharing the reason your firm chose OCaml over Haskell for your applications? I started the quantitative research group, and I knew OCaml very well, and didn't know Haskell except by reputation. As to the merits, it is my general impression

RE: [Haskell] Job Posting (Looking for a few good functionalprogrammers)

2005-02-03 Thread David Bergman
Yaron, This is probably out-of-topic, but: are you, or have you considered, using the .NET implementation of OCaml. I managed - painstakingly - to integrate it into a toy .NET project of mine, using .NET Direct3D, and see some virtue in that combination. If only we Haskellers would be as lucky:

[Haskell] ANN: MissingH 0.9.0

2005-02-03 Thread John Goerzen
Announcing MissingH 0.9.0 This release is being made now because it introduces several features that are important for my work on MissingPy (announcement forthcoming). New feature summary: * Perl-like regular expression operators (MissingH.Regex.Pesco) This module builds atop the

[Haskell] ANN: MissingPy First Release

2005-02-03 Thread John Goerzen
Announcing MissingPy 0.1.0 http://quux.org/devel/missingpy - What is MissingPy? - It's two things: 1. A Haskell binding for many C and Python libraries for tasks such as data compression, databases, etc. This can be found in the

[Haskell-cafe] Haskell binding to Berkeley DB?

2005-02-03 Thread Dimitry Golubovsky
Hi, Has anyone tried/been successful on developing such a binding? Google returns reference to a message written 2 years ago (on the gtkhs mailing list) that someone developed it partially: http://www.haskell.org/pipermail/gtkhs/2003-January/000317.html and a description of a student's assignment: