blob: 4c6099090821e668999a4eea864b80ae232eb0d9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Generic Haskell extends Haskell with type-indexed values, kind-indexed values,
generic abstraction, and generic application.
The Generic Haskell compiler generates ordinary Haskell code which can be run
or compiled using lang/ghc, lang/nhc98 or lang/hugs.
WWW: http://www.generic-haskell.org/
-- Oliver Braun
obraun@informatik.unibw-muenchen.de
|