symbiote-0.0.5: Data serialization, communication, and operation verification implementation

Copyright(c) 2019 Athan Clark
LicenseBSD-3-Style
Maintainerathan.clark@gmail.com
PortabilityGHC
Safe HaskellSafe
LanguageHaskell2010

Test.Serialization.Symbiote.Debug

Description

Data types that are used by the underlying protocol facilitating communication. See WebSocket and ZeroMQ for details.

Synopsis

Documentation

data Debug Source #

Data type for deciding how verbose logging should be.

Constructors

FullDebug 
Percent 
NoDebug 

data Network Source #

Data type determining if this is used on a public network or private one

Constructors

Public 
Private 
Instances
Eq Network Source # 
Instance details

Defined in Test.Serialization.Symbiote.Debug

Methods

(==) :: Network -> Network -> Bool #

(/=) :: Network -> Network -> Bool #