hxt-7.5: A collection of tools for processing XML with Haskell.ContentsIndex
Control.Arrow.ArrowStrict
Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe\@fh-wedel.de)
Description

Version : $Id$

Arrows for complete evaluation of result

Synopsis
strictA :: (Arrow a, DeepSeq b) => a b b
Documentation
strictA :: (Arrow a, DeepSeq b) => a b b

complete evaluation of an arrow result using deepSeq and strict

this is sometimes useful for preventing space leaks, especially after reading and validation of a document, all DTD stuff is not longer in use and can be recycled by the GC.

Produced by Haddock version 2.1.0