| 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
Instances
| Enum ValueId # | |
| Eq ValueId # | |
| Ord ValueId # | |
| Show ValueId # | |
| Generic ValueId # | |
| ToJSON ValueId # | |
Defined in AERN2.QA.NetLog | |
| type Rep ValueId # | |
Defined in AERN2.QA.NetLog | |
data QANetLogItem #
Constructors
| QANetLogCreate | |
Fields | |
| QANetLogQuery | |
Fields | |
| QANetLogAnswer | |
Instances
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 () #