| Copyright | (c) Michal Konecny |
|---|---|
| License | BSD3 |
| Maintainer | mikkonecny@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
AERN2.QA.NetLog
Description
QA network log data structure
Documentation
type QANetLog = [QANetLogItem] #
formatQALog :: Integer -> QANetLog -> String #
printQALog :: QANetLog -> IO () #
printQANetLogThenResult :: Show a => (QANetLog, a) -> IO () #
formatQALogJSON :: QANetLog -> String #
printQALogJSON :: QANetLog -> IO () #
writeNetLogJSON :: QANetLog -> IO () #