| Copyright | (c) Michal Konecny |
|---|---|
| License | BSD3 |
| Maintainer | mikkonecny@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
AERN2.QA.Strategy.Cached.Arrow
Description
QA net evaluation with answer caching
Documentation
module AERN2.QA.NetLog
executeQACachedA :: QACachedA () a -> (QANetLog, a) Source #
executeQAUncachedA :: QACachedA () a -> (QANetLog, a) Source #