summaryrefslogtreecommitdiff
path: root/devel/hs-syb/DESCR
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn@pkgsrc.org>2014-05-21 21:00:19 +0000
committerszptvlfn <szptvlfn@pkgsrc.org>2014-05-21 21:00:19 +0000
commita2d223b32db600bb2cdd0c545a4e30d4c40dd50e (patch)
tree8c26fa97dab21ca70a63f122833e35fd65a0fea7 /devel/hs-syb/DESCR
parent61d0d3b4b2499030c37de93402ab0b5d432ea0ea (diff)
downloadpkgsrc-a2d223b32db600bb2cdd0c545a4e30d4c40dd50e.tar.gz
Import syb-0.4.1 as devel/hs-syb,
packaged for wip by pho. This package contains the generics system described in the Scrap Your Boilerplate papers (see http://www.cs.uu.nl/wiki/GenericProgramming/SYB). 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.
Diffstat (limited to 'devel/hs-syb/DESCR')
-rw-r--r--devel/hs-syb/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/hs-syb/DESCR b/devel/hs-syb/DESCR
new file mode 100644
index 00000000000..3527b02a2a0
--- /dev/null
+++ b/devel/hs-syb/DESCR
@@ -0,0 +1,6 @@
+This package contains the generics system described in the Scrap Your
+Boilerplate papers (see
+http://www.cs.uu.nl/wiki/GenericProgramming/SYB). 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.