[Haskell] WxHaskell

2005-12-11 Thread Morkai
Hi, I'm using GHC 6.4.1 and I've installed WxHaskell 0.9.4 from the batch file. When trying to run the examples in interactive mode I get the following error: *** Loading package base-1.0 ... linking ... done. Compiling Main ( C:/Programmi/Tony/wxhaskell-0.9.4/samples/w

[Haskell] Announcing Djinn, version 2004-12-11, a coding wizard

2005-12-11 Thread Lennart Augustsson
Howdy, y'all! I've written a small program that takes a (Haskell) type and gives you back a function of that type if one exists. It's kind of fun, so I thought I'd share it. It's probably best explained with a sample session. calvin% djinn Welcome to Djinn version 2005-12-11. Type :h to g

Re: [Haskell] Announcing Djinn, version 2004-12-11, a coding wizard

2005-12-11 Thread Donald Bruce Stewart
lennart: > Howdy, y'all! > > I've written a small program that takes a (Haskell) type > and gives you back a function of that type if one exists. > It's kind of fun, so I thought I'd share it. > > It's probably best explained with a sample session. > > calvin% djinn > Welcome to Djinn versio