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