1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: haskell-syb-with-class
Section: libdevel
Priority: optional
Maintainer: Kari Pahula <kaol@debian.org>
Build-Depends: cdbs, debhelper (>= 6), ghc6, haskell-devscripts
Standards-Version: 3.7.3
Homepage: http://www.cs.vu.nl/boilerplate/
Package: libghc6-syb-with-class-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Haskell library for generic programming
The "Scrap your boilerplate" approach is a lightweight generic
programming approach for Haskell. Using this approach, you can write
generic functions such as traversal schemes (e.g., everywhere and
everything), as well as generic read, generic show and generic
equality (i.e., gread, gshow, and geq). This approach is based on
just a few primitives for type-safe cast and processing constructor
applications.
|