[Haskell] Datatype-generic programming 2006, registration now open

2006-02-15 Thread Fermin Reig
[Apologies for multiple copies] == Registration for DGP 2006 is now open. Please visit the web site for instructions. Spring School on Datatype-Generic Programming http://www.cs.nott.ac.uk/ssdgp2006/

[Haskell] Spring School on "Datatype-generic programming", Call for Participation

2006-01-17 Thread Fermin Reig
conference dinner will be organised (attendance at which will be charged seperately). Organisers Roland Backhouse (University of Nottingham) Jeremy Gibbons (University of Oxford) Ralf Hinze (Universitat Bonn) Johan Jeuring (Universiteit Utrecht) Fermin Reig (University

Re: interfacing to .sgf files

2000-02-07 Thread reig
(+49) 341 9732 204/209 -- > Hi, If you can write an ASDL definition for the .sdf tree, asdlGen will generate read/write code for you in Haskell (or SML/Java/C/C++). Look at http://www.cs.princeton.edu/zephyr/ASDL/ if you don't know about ASDL or asdlGen. HTH. Fermin Reig

RE: Functional Dependencies

1999-09-13 Thread Fermin Reig Galilea
> > | Also, you say a dependency with zero variables on the right side is > | syntactically correct, but later you say it will be reported as an > | error because it says nothing. Why bother? > > Point taken. In fact that same database text I mentioned above > prohibits functional dependencies

RE: Wanted: Union-Find library for Haskell

1999-08-16 Thread Fermin Reig Galilea
> Hi all... has anyone implemented the Union-Find algorithm in > Haskell? Hi Keith, I can point you to one written in ML. It comes with MLRISC. ftp://ftp.research.bell-labs.com/dist/smlnj/working/110.20/110.20-MLRISC.tar .Z It's in the library subdirectory. The whole thing is ~600kb. If you

RE: Deriving Enum

1999-07-09 Thread Fermin Reig Galilea
> > Miranda has something called diagonalizing list > comprehensions if I recall > > correctly. I think you would write: > > > > [(a,b) // a <- [1..], b <-[1..]] > > > > and the resulting list would be > > > > [(1,1), (1,2), (2,1) ...] > > Haskell has this too. :) The syntax is almost the sa

RE: Deriving Enum

1999-07-08 Thread Fermin Reig Galilea
> > > I find this a little surprising. In general, any algebraic datatype > > satisfying the conditions in Appendix D of the report should be > > enumerable, using the same lexicographic ordering used in D.1 for Eq > > and Ord. > > [..] > > > Any problems with this? > > I've seen one problem

Re: XML & Haskell (Was: Re: Haskell 2 -- Dependent types?)

1999-02-17 Thread Fermin Reig
papers are: "Early Experience with ASDL in lcc", Software-Practice and Experience, to appear. "A Machine-Independent Debugger-Revisited", Microsoft Research TR 99-4 both available at http://www.research.microsoft.com/~drh/ > If anyone is interested in any of these facilities, drop us an email. Do keep the mailing list informed of your progress! Regards, Fermin Reig

Re: Binary, Conversions, and CGI

1998-05-04 Thread Fermin Reig
ouple of mirror sites of Haskell.org would also be a good idea. Fermin Reig --- Fermin J. Reig PhD student, Department of Computing Science, University of Glasgow http://www.dcs.gla.ac.uk/~reig