Subject: CVS commit: wip/hs-stream-fusion
From: PHO / phonohawk
Date: 2011-01-13 13:16:46
Message id: E1PdM6v-0008IR-Ed@sfp-cvsdas-2.v30.ch3.sourceforge.com

Log Message:
Import hs-stream-fusion-0.1.2.2 as wip/hs-stream-fusion.

This package provides the standard Haskell list library reimplemented
to allow stream fusion. This should in general provide faster list
operations, and faster code for list-heavy programs. See the paper
Stream Fusion: From Lists to Streams to Nothing at All, Coutts,
Leshchinskiy and Stewart, 2007. To use, simply import Data.List.Stream
in place of Data.List, and hide list functions from the Prelude.


Files:
RevisionActionfile
1.1importwip/hs-stream-fusion/distinfo
1.1importwip/hs-stream-fusion/Makefile
1.1importwip/hs-stream-fusion/buildlink3.mk
1.1importwip/hs-stream-fusion/PLIST
1.1importwip/hs-stream-fusion/DESCR