1 name: list-fusion-probe
3 synopsis: testing list fusion for success
4 description: This package provides a function @fuseThis@ that can be
5 wrapped around a flist. If that list is fused away, all is
6 well. If not, a runtime error will occur.
9 author: Joachim Breitner
10 maintainer: mail@joachim-breitner.de
11 copyright: 2014 Joachim Breitner
15 tested-with: GHC ==7.6
18 exposed-modules: Data.List.Fusion.Probe
19 build-depends: base ==4.6.*
31 , tasty-hunit == 0.4.*