mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
6a511b1c66
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
10 lines
402 B
Text
10 lines
402 B
Text
Syb Haskell library contains the generics system described in the
|
|
Scrap Your Boilerplate papers. It defines the Data class of types
|
|
permitting folding and unfolding of constructor applications,
|
|
instances of this class for primitive types, and a variety of
|
|
traversals.
|
|
|
|
This requires ghc.
|
|
|
|
After uninstalling, run this command to unregister the package from
|
|
the ghc package database: ghc-pkg recache
|