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
data QANetLogItem Source #
Constructors
QANetLogCreate | |
Fields | |
QANetLogQuery | |
Fields | |
QANetLogAnswer | |
Instances
type QANetLog = [QANetLogItem] Source #
printQALog :: QANetLog -> IO () Source #
formatQALogJSON :: QANetLog -> String Source #
printQALogJSON :: QANetLog -> IO () Source #
writeNetLogJSON :: QANetLog -> IO () Source #