Announce: TclHaskell

1999-08-12 Thread Meurig Sage
Announce: TclHaskell TclHaskell is a haskell binding to Tcl-Tk that lets you build GUIs in Haskell. It is Haskell98 compliant. It has been tested under hugs98 and ghc-4.04. It provides a platform independent way to develop GUIs. Tcl-Tk runs on windows, macs and unix without altering source code,

No Subject

1999-08-12 Thread Jaewoo Kim
Thanks, Mark and Kwanghoon. These good online materials would save precious time of Haskellers. Jaewoo Kim

Re: Many thanks (re: book recommendations)

1999-08-12 Thread Theo Norvell
On Wed, 11 Aug 1999, Michael T. Richter wrote: > I may also order the Bird book > since it seems to cover a few subjects which really baffle me (monads in > particular). Good idea, meanwhile, you might take a look at the following tutorial http://www.engr.mun.ca/~theo/Misc/haskell_and_mo

Re: The dreaded layout rule

1999-08-12 Thread Andreas Rossberg
Simon Marlow wrote: > > > Does it mean that the following expressions would be illegal? > > > > if cond then do proc1; proc2 else do proc3; proc4 > > (case e of Just x -> x > 0; Nothing -> False) > > Unfortunately, yes. > > > Now one can forget about {} and use layout everywhere. He would no >