mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
connection states in haskell protocol definition
This commit is contained in:
@@ -2,7 +2,7 @@ module Simplex.Messaging.Protocol
|
||||
|
||||
%access public export
|
||||
|
||||
data Participant = Recipient | Sender | Broker
|
||||
data Participant = Recipient | Broker | Sender
|
||||
|
||||
data Client : Participant -> Type where
|
||||
CRecipient : Client Recipient
|
||||
|
||||
Reference in New Issue
Block a user