Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newListStamp :: Timestamp -> ListStamp Source #
Instances
data DhtSearchEntry Source #
Instances
Eq DhtSearchEntry Source # | |
Defined in Network.Tox.DHT.DhtState (==) :: DhtSearchEntry -> DhtSearchEntry -> Bool # (/=) :: DhtSearchEntry -> DhtSearchEntry -> Bool # | |
Read DhtSearchEntry Source # | |
Defined in Network.Tox.DHT.DhtState readsPrec :: Int -> ReadS DhtSearchEntry # readList :: ReadS [DhtSearchEntry] # | |
Show DhtSearchEntry Source # | |
Defined in Network.Tox.DHT.DhtState showsPrec :: Int -> DhtSearchEntry -> ShowS # show :: DhtSearchEntry -> String # showList :: [DhtSearchEntry] -> ShowS # |
emptySearchEntry :: Timestamp -> PublicKey -> DhtSearchEntry Source #
traverseNodeLists :: Applicative f => (forall l. NodeList l => l -> f l) -> DhtState -> f DhtState Source #
traverseClientLists :: Applicative f => (ClientList -> f ClientList) -> DhtState -> f DhtState Source #
mapSearchEntry :: (DhtSearchEntry -> DhtSearchEntry) -> DhtState -> DhtState Source #
mapSearchClientLists :: (ClientList -> ClientList) -> DhtState -> DhtState Source #