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
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
----------
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
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