seqaid-0.4.0.0: Dynamic strictness control, including space leak repair

CopyrightAndrew G. Seniuk 2014-2015
LicenseBSD-style (see the file LICENSE)
MaintainerAndrew Seniuk <rasfar@gmail.com>
Stabilityprovisional
PortabilityGHC (unsafePerformIO)
Safe HaskellNone
LanguageHaskell2010

Seqaid.Runtime

Description

This module is for seqaid internal use.

The seemingly redundant superclass constraints are necessary due to some weirdness in the TH or Core code (I forget the details); should try to get rid of them in case it's since become possible...

Documentation

seqaidDispatch :: forall a. (NFData a, NFDataN a, Typeable a, NFDataP a) => SiteID -> a -> a Source