ObjectIO moved (was: Re: ANNOUNCE: Object I/O released)

2002-04-09 Thread Krasimir Angelov
See http://www.haskell.org/ObjectIO __ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listi

Re: ANNOUNCE: Object I/O released

2002-04-09 Thread Rijk J. C. van Haaften
>The quick reference still gives problems. I managed to download the quick reference. Get it at http://www.students.cs.uu.nl/people/rjchaaft/ObjectIO/objectio-ref.zip This is a very temporarily available service, so if anyone has a suitable server (again, cvs.haskell.org?), please take over hos

Re: ANNOUNCE: Object I/O released

2002-04-09 Thread Arjan van IJzendoorn
Hi, > [...Object I/O download problems...] > Try again. The trouble is resolved The quick reference still gives problems. And as for the binary package, I'm still waiting. 47 bytes/sec.. :-( I really want to see this library! Arjan ___ Haske

RE: ANNOUNCE: Object I/O released

2002-04-09 Thread Krasimir Angelov
--- Peter Achten <[EMAIL PROTECTED]> wrote: > Hello Krasimir, > > I am very curious about your implementation of the > Object I/O system, but > unfortunately could not open the .zip files either > (same symptoms as Arjan > van IJzendoorn wrote). Could you check the formats > of these files? Th

Re: ANNOUNCE: Object I/O released

2002-04-08 Thread Rijk J. C. van Haaften
Hello all, Peter Achten and Arjan van IJzendoorn wrote: >I <...> unfortunately could not open the .zip files and Peter asked >Could you check the formats of these files? After having tried to download the file a few times, I believe the problem is not in the zip file format, but download failur

RE: ANNOUNCE: Object I/O released

2002-04-08 Thread Krasimir Angelov
--- Peter Achten <[EMAIL PROTECTED]> wrote: > Perhaps there is an interesting alternative that > covers all GOOD points and has fewer BAD points. Some pieces of library can be simplified if redefine: data WindowLSHandle ls ps = WindowLSHandle { wlsState:: ls , wlsHan

RE: ANNOUNCE: Object I/O released

2002-04-08 Thread Peter Achten
Hello Krasimir, I am very curious about your implementation of the Object I/O system, but unfortunately could not open the .zip files either (same symptoms as Arjan van IJzendoorn wrote). Could you check the formats of these files? Thanks in advance. Simon Peyton-Jones wrote: >Krasimir > >|

Re: ANNOUNCE: Object I/O released

2002-04-08 Thread Arjan van IJzendoorn
Hi, I was very enthousiastic when I read about the release of Object I/O for Haskell, but when I try to open the ZIP files, WinZIP complains that "it is not a valid archive". unzip under Unix says: End-of-central-directory signature not found. And why is there not a small webpage for the project

ANNOUNCE: Object I/O released

2002-04-08 Thread Krasimir Angelov
The first release, 0.1, of Object I/O is now available. The Object I/O for Haskell library is a port of standard Clean Object I/O library. The general structure of the Haskell version is inherited from the original library but there are also few differences provoked from the languages differenc