Re: Haskell Programming Environment

2000-10-25 Thread C.Reinke
date before it can grow to a functionality that could attract more users. But that's just my personal opinion.. The results of this survey and your own thoughts about what the specific issues in a Haskell Programming Environment might be, what functionality should be provided, and how, have a

Re: Haskell Programming Environment

2000-10-25 Thread Adrian Hey
Hello, On Wed 25 Oct, Pawe³ Kot wrote: > I have some concepts, but I would like to hear some suggestions from you. How about being able to type check partially written modules? Carlos Camarao posted a link to an implementation of type system CT in Haskell.. http://www.dcc.ufmg.br/~camarao/C

Re: Haskell Programming Environment

2000-10-25 Thread Hans Wolfgang Loidl
Hi, > > On Wed, Oct 25, 2000 at 09:03:43AM -0700, Doug Ransom wrote: > > > I would like to be able to inspect the type of things easily by hovering my > > > mouse over an expression. As a beginner, I find it hard sometimes to get > > > types correct in Haskell since often variables are not

Re: Haskell Programming Environment

2000-10-25 Thread Keith Wansbrough
> On Wed, Oct 25, 2000 at 09:03:43AM -0700, Doug Ransom wrote: > > I would like to be able to inspect the type of things easily by hovering my > > mouse over an expression. As a beginner, I find it hard sometimes to get > > types correct in Haskell since often variables are not declared as a > >

Re: Haskell Programming Environment

2000-10-25 Thread Christian Lindig
On Wed, Oct 25, 2000 at 09:03:43AM -0700, Doug Ransom wrote: > I would like to be able to inspect the type of things easily by hovering my > mouse over an expression. As a beginner, I find it hard sometimes to get > types correct in Haskell since often variables are not declared as a > specific t

RE: Haskell Programming Environment

2000-10-25 Thread Doug Ransom
binski [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 25, 2000 1:28 AM > To: Pawel Kot > Cc: [EMAIL PROTECTED] > Subject: Re: Haskell Programming Environment > > > > > On Wed, 25 Oct 2000, =?ISO-8859-2?Q? Pawe=B3?= Kot wrote: > > > Hello, > >

Re: Haskell Programming Environment

2000-10-25 Thread Jan Skibinski
On Wed, 25 Oct 2000, =?ISO-8859-2?Q? Pawe=B3?= Kot wrote: > Hello, > > I'm writing my master thesis. Its subject is 'Haskell Programming > Environment'. It is (or rather will be) an extended text editor working in > graphical (XFree86) environment designed for H

Haskell Programming Environment

2000-10-25 Thread Pawe=B3?= Kot
Hello, I'm writing my master thesis. Its subject is 'Haskell Programming Environment'. It is (or rather will be) an extended text editor working in graphical (XFree86) environment designed for Haskell programmers. It will be implemented using Fudgets library. I'm wondering