isevaluated-0.3: isevaluated.cabal
Name: isevaluated
Version: 0.3
Category: Data, GHC
Stability: experimental
Copyright: (c) 2009 Svein Ove Aas and Bertram Felgenhauer
Maintainer: Bertram Felgenhauer <int-e@gmx.de>
License: MIT
License-File: LICENSE
Synopsis: Check whether a value has been evaluated
Description: An IO action to check whether some value has been evaluated.
.
If isEvaluated returns True, evaluating it to weak-head normal
form won't throw exceptions and take constant time.
Cabal-Version: >= 1.4
Build-Type: Simple
Library
Exposed-Modules: Data.IsEvaluated
Build-Depends: base >= 4 && < 5, vacuum >= 0.0.94 && < 0.0.95