isevaluated

Check whether a value has been evaluated

Latest on Hackage:0.3.0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed
Maintained by Bertram Felgenhauer

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.