hxt-7.3: A collection of tools for processing XML with Haskell.ContentsIndex
Control.Strategies.DeepSeq
Description

stolen from comp.lang.functional from Dean Herington

DeepSeq.lhs -- deep strict evaluation support

The DeepSeq class provides a method deepSeq that is similar to seq except that it forces deep evaluation of its first argument before returning its second argument.

Instances of DeepSeq are provided for Prelude types. Other instances must be supplied by users of this module.

$Id: DeepSeq.lhs,v 1.5 20020401 20:58:24 heringto Exp $

Documentation
class DeepSeq a where
Methods
deepSeq :: a -> b -> b
show/hide Instances
($!!) :: DeepSeq a => (a -> b) -> a -> b
strict :: DeepSeq a => a -> a
Produced by Haddock version 0.8