toxcore-0.2.11: A Tox protocol implementation in Haskell

Safe HaskellSafe
LanguageHaskell2010

Network.Tox.SaveData.Conferences

Documentation

newtype Conferences Source #

Constructors

Conferences [Conference] 
Instances
Eq Conferences Source # 
Instance details

Defined in Network.Tox.SaveData.Conferences

Read Conferences Source # 
Instance details

Defined in Network.Tox.SaveData.Conferences

Show Conferences Source # 
Instance details

Defined in Network.Tox.SaveData.Conferences

Generic Conferences Source # 
Instance details

Defined in Network.Tox.SaveData.Conferences

Associated Types

type Rep Conferences :: Type -> Type #

Arbitrary Conferences Source # 
Instance details

Defined in Network.Tox.SaveData.Conferences

Binary Conferences Source # 
Instance details

Defined in Network.Tox.SaveData.Conferences

type Rep Conferences Source # 
Instance details

Defined in Network.Tox.SaveData.Conferences

type Rep Conferences = D1 (MetaData "Conferences" "Network.Tox.SaveData.Conferences" "toxcore-0.2.11-AzzkmiDUfjL8GGvWK827C9" True) (C1 (MetaCons "Conferences" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Conference])))

data Peer Source #

Instances
Eq Peer Source # 
Instance details

Defined in Network.Tox.SaveData.Conferences

Methods

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

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

Read Peer Source # 
Instance details

Defined in Network.Tox.SaveData.Conferences

Show Peer Source # 
Instance details

Defined in Network.Tox.SaveData.Conferences

Methods

showsPrec :: Int -> Peer -> ShowS #

show :: Peer -> String #

showList :: [Peer] -> ShowS #

Arbitrary Peer Source # 
Instance details

Defined in Network.Tox.SaveData.Conferences

Methods

arbitrary :: Gen Peer #

shrink :: Peer -> [Peer] #

Binary Peer Source # 
Instance details

Defined in Network.Tox.SaveData.Conferences

Methods

put :: Peer -> Put #

get :: Get Peer #

putList :: [Peer] -> Put #