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 HaskellNone
LanguageHaskell2010

Test.Serialization.Symbiote.WebSocket.Ident

Description

Data types used for WebSocket implementations

Documentation

newtype WebSocketIdent Source #

Constructors

WebSocketIdent 
Instances
Eq WebSocketIdent Source # 
Instance details

Defined in Test.Serialization.Symbiote.WebSocket.Ident

Ord WebSocketIdent Source # 
Instance details

Defined in Test.Serialization.Symbiote.WebSocket.Ident

Show WebSocketIdent Source # 
Instance details

Defined in Test.Serialization.Symbiote.WebSocket.Ident

Arbitrary WebSocketIdent Source # 
Instance details

Defined in Test.Serialization.Symbiote.WebSocket.Ident

Hashable WebSocketIdent Source # 
Instance details

Defined in Test.Serialization.Symbiote.WebSocket.Ident

ToJSON WebSocketIdent Source # 
Instance details

Defined in Test.Serialization.Symbiote.WebSocket.Ident

FromJSON WebSocketIdent Source # 
Instance details

Defined in Test.Serialization.Symbiote.WebSocket.Ident

Serialize WebSocketIdent Source # 
Instance details

Defined in Test.Serialization.Symbiote.WebSocket.Ident

data WithWebSocketIdent a Source #

Instances
Eq a => Eq (WithWebSocketIdent a) Source # 
Instance details

Defined in Test.Serialization.Symbiote.WebSocket.Ident

Show a => Show (WithWebSocketIdent a) Source # 
Instance details

Defined in Test.Serialization.Symbiote.WebSocket.Ident

Arbitrary a => Arbitrary (WithWebSocketIdent a) Source # 
Instance details

Defined in Test.Serialization.Symbiote.WebSocket.Ident

ToJSON a => ToJSON (WithWebSocketIdent a) Source # 
Instance details

Defined in Test.Serialization.Symbiote.WebSocket.Ident

FromJSON a => FromJSON (WithWebSocketIdent a) Source # 
Instance details

Defined in Test.Serialization.Symbiote.WebSocket.Ident

Serialize a => Serialize (WithWebSocketIdent a) Source # 
Instance details

Defined in Test.Serialization.Symbiote.WebSocket.Ident