isevaluated-0.2: isevaluated.cabal
name: isevaluated
version: 0.2
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 or take time.
category: Control, Data, GHC, Debug
license: PublicDomain
author: Svein Ove Aas
maintainer: svein.ove@aas.no
build-type: Simple
cabal-version: >= 1.2
stability: experimental
Library
build-depends: base, vacuum
Exposed-Modules: Data.IsEvaluated