| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Erebos.Contact
Documentation
Instances
| Mergeable Contact Source # | |||||
Defined in Erebos.Contact Associated Types
| |||||
| SharedType (Set Contact) Source # | |||||
| type Component Contact Source # | |||||
Defined in Erebos.Contact | |||||
contactName :: Contact -> Text Source #
contactSetName :: MonadHead LocalState m => Contact -> Text -> Set Contact -> m (Set Contact) Source #
type ContactService = PairingService ContactAccepted Source #
contactRequest :: (MonadIO m, MonadError String m) => Peer -> m () Source #
contactAccept :: (MonadIO m, MonadError String m) => Peer -> m () Source #
contactReject :: (MonadIO m, MonadError String m) => Peer -> m () Source #