summaryrefslogtreecommitdiff
path: root/Presence/ControlMaybe.hs
AgeCommit message (Collapse)Author
2020-01-01Factor out some new librariesJames Crayne
word64-map: Data.Word64Map network-addr: Network.Address tox-crypto: Crypto.Tox lifted-concurrent: Control.Concurrent.Lifted.Instrument Control.Concurrent.Async.Lifted.Instrument psq-wrap: Data.Wrapper.PSQInt Data.Wrapper.PSQ minmax-psq: Data.MinMaxPSQ tasks: Control.Concurrent.Tasks kad: Network.Kademlia Network.Kademlia.Bootstrap Network.Kademlia.Routing Network.Kademlia.CommonAPI Network.Kademlia.Persistence Network.Kademlia.Search
2018-06-22Removed redundant imports and other clean up.joe
2018-06-21Avoid awkward "flip (maybe ...)" pattern.joe
2018-06-01Minor modernization of ControlMaybe utilities.joe
2014-02-19more type signaturesjoe
2013-07-08clientRequestsSubscription work in progress...joe
2013-07-04whosocket.hs demonstrates acquiring uid,pid,tty/display fromjoe
a local socket address and port number.
2013-07-01new file ControlMaybe: whenJust and withJustjoe