Re: network I/O

2006-04-15 Thread Einar Karttunen
h threads and FFI. since these topics are already on your table, > I think it would be good timing to look over the sockets interface. Here is some stuff for an alternative way to do Network: http://www.cs.helsinki.fi/u/ekarttun/network-alt/ Uses the following extensions: * FFI * mdo (for

Re: Pragmas for FFI imports

2006-02-21 Thread Einar Karttunen
pends on 1) 5) foo-odbc (depends on 1) 6) foo (this has a connect function which uses any of the above, thus depends on 1, 2, 3, 4, 5) I don't consider this very good design and in practise this is quite tedious for the library writer. - Einar Karttunen

Re: Pragmas for FFI imports

2006-02-21 Thread Einar Karttunen
lly handling dependencies on a per package level if they want without breaking anything. - Einar Karttunen ___ Haskell-prime mailing list Haskell-prime@haskell.org http://haskell.org/mailman/listinfo/haskell-prime

Pragmas for FFI imports

2006-02-16 Thread Einar Karttunen
These changes would not break any existing code. - Einar Karttunen ___ Haskell-prime mailing list Haskell-prime@haskell.org http://haskell.org/mailman/listinfo/haskell-prime

Re: Wildcard type annotations

2006-01-23 Thread Einar Karttunen
t; a foo :: IdApp _ foo = ... would then be translated as foo :: exists a. IdApp a that is foo :: exists a. a -> a - Einar Karttunen ___ Haskell-prime mailing list [EMAIL PROTECTED] http://haskell.org/mailman/listinfo/haskell-prime

Polymorphic record update

2006-01-23 Thread Einar Karttunen
ar = False } constructing the new record by hand is quite tedious for records with many fields and one ends up writing helper functions to do this. - Einar Karttunen ___ Haskell-prime mailing list [EMAIL PROTECTED] http://haskell.org/mailman/listinfo/haskell-prime