[Haskell] line-based interactive program
Wolfgang Jeltsch
wolfgang at jeltsch.net
Sat Jul 9 10:36:11 EDT 2005
Am Samstag, 9. Juli 2005 15:25 schrieben Sie:
> On Fri, Jul 08, 2005 at 09:55:48PM +0200, Wolfgang Jeltsch wrote:
> > As part of my diploma thesis, I'm working on a small collection of
> > modules which provides safe I/O interleaving. The key point is to split
> > the state of the world since I/O on different parts of the world can be
> > interleaved arbitrarily. If someone is interested, I can post more
> > details.
>
> Is it something similar to Clean's approach to IO?
It is in fact "inspired" by Clean's I/O approch whereby the implementation
differs significantly from Clean's because Haskell has no uniqueness type
system. :-) See my following answer to Bulat Ziganshin's mail.
> Best regards
> Tomasz
Best wishes,
Wolfgang
More information about the Haskell
mailing list