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