mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
379a7e6365
PR: ports/40239 Approved by: dwcjr (mentor)
11 lines
348 B
Plaintext
11 lines
348 B
Plaintext
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
|