diff options
Diffstat (limited to 'haskell/haskell-syb/README')
-rw-r--r-- | haskell/haskell-syb/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/haskell/haskell-syb/README b/haskell/haskell-syb/README new file mode 100644 index 0000000000..71987b1aac --- /dev/null +++ b/haskell/haskell-syb/README @@ -0,0 +1,10 @@ +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 |