[Haskell] PhD studentships in compiler and language design for high-performance, massively parallel systems

2010-05-17 Thread Stephan Herhut
ective applicants are encouraged to contact Sven-Bodo Scholz (s.sch...@herts.ac.uk) to discuss potential research projects before applying. -- Stephan Herhut Centre for Computer Science and Informatics Research Science and Technology Research In

[Haskell] S-Hack 2008: Workshop on S-Net and SaC

2008-03-17 Thread Stephan Herhut
will give these away on a first come first serve basis! How can I register? : Send an email to [EMAIL PROTECTED] in which you state: * your name * your affiliation * the nature of your application -- Stephan Herhut Centre for Computer Science and Informatics Research Science and Techno

Re: [Haskell] Haskell fast (?) arrays

2007-05-01 Thread Stephan Herhut
---------- Federico ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell -- Stephan Herhut Centre for Computer Science and Informatics Research University of Hertfordshire ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] Separate Namespaces and Type Classes

2004-07-08 Thread Stephan Herhut
Hi all, I am pretty new to haskell, but while exploring the haskell module system, I came along some questions. As far as I found out, haskell supports separated namespaces, i.e. every module has its own symbol space. Thus, when defining a class in one module like module A(Foo(f)) where class F