|
Data.IsEvaluated | Portability | ghc only | Stability | experimental | Maintainer | Bertram Felgenhauer <int-e@gmx.de> |
|
|
|
Description |
isEvaluated allows checking for expressions that have already been
reduced to weak heaf normal form. This can be useful for racing
computations against one another; if one computation can be shown to
terminate instantly, there's no need to set up any threads for the race.
|
|
Synopsis |
|
|
|
Documentation |
|
|
If isEvaluated a returns True, the given value is in whnf.
It may produce false negatives.
|
|
Produced by Haddock version 2.4.2 |