[Haskell-cafe] Re: Network.Socket Woes

2008-03-07 Thread Benedikt Schmidt
Adam Langley [EMAIL PROTECTED] writes: On Fri, Mar 7, 2008 at 8:10 AM, Scott Bell [EMAIL PROTECTED] wrote: my test program. The Haskell version, however, does not return from recvFrom. I've also tried wrapping this in a withSocketsDo, with no effect. So this is a long standing, ah, issue

[Haskell-cafe] Re: Source code for Visual Haskell

2007-11-23 Thread Benedikt Schmidt
Felix Martini [EMAIL PROTECTED] writes: The documentation of Visual Haskell mentions that the source code is available under a BSD license. The code is not available from the download page (http://www.haskell.org/visualhaskell/downloads.html). Does anone know where to get it? There is a

[Haskell-cafe] Re: IDE support

2007-04-24 Thread Benedikt Schmidt
Claus Reinke [EMAIL PROTECTED] writes: I use emacs exclusively for hacking Haskell, but I wanted to see if it's possible to connect to the shim server-process from vim and started working on omnicompletion: http://shim.haskellco.de/trac/attachment/wiki/ScreenShots/vim-shim.png

[Haskell-cafe] Re: IDE support

2007-04-23 Thread Benedikt Schmidt
Gour [EMAIL PROTECTED] writes: On Sun, 22 Apr 2007 22:13:45 +0100 Claus Reinke [EMAIL PROTECTED] wrote: if you can stay within haskell98, HaRe refactoring support for emacs and vim is still around: http://www.cs.kent.ac.uk/projects/refactor-fp/ What about shim

[Haskell-cafe] Re: Memoizing longest-common-subsequence

2006-08-01 Thread Benedikt Schmidt
[EMAIL PROTECTED] (Mark T.B. Carroll) writes: I wanted a longest common subsequence function and a bit of Googling failed to turn up a functional one, except for in a scary bit of darcs. The code in darcs is a translation of the example code in the Eugene Myers paper mentioned in the comments

[Haskell-cafe] Re: [Haskell] Dynamic binding

2005-06-24 Thread Benedikt Schmidt
Ralf Lammel [EMAIL PROTECTED] writes: and a related paper by Jacques Garrigue, where he proposes to solve it using OCaml's polymorphic variants. I am not sure. Is this referring to Objective Label? Which paper exactly? I think it refers to