Generic Views Implementation
Alexey
I am in the process of writing a Generic Views Implementation for
Generic Haskell.
It has been successfully used in a
course on Generic Programming.
You can try out the current unstable version in the svn repository:
svn co https://svn.cs.uu.nl:12443/repos/Generic-Haskell/branches/GenericViews
To build from source you will have to install the
attribute grammar system first. Make sure that the configure script from Generic Haskell detects uuagc in order to avoid errors.
Building on Windows
You will need the
cygwin collection of packages to build Generic Haskell from source on Windows. Cygwin provides a linux-like environment on Windows. Besides the default installation you might need to add GNUmake, automake and autoconf.
Currently the uuagc package fails when trying to install it under windows. You can complete the installation yourself by copying the generated binary (uuagc.exe) to a directory of your choice.
If you have problems or questions, don't hesitate to contact me (

).
Using binaries
On the
Generic Haskell web pages you can download binaries from the previous version of Generic Haskell.
--
AlexeyRodriguez - 02 Aug 2006