mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 12:19:54 +00:00
correction
This commit is contained in:
parent
e7550f026c
commit
22e14c821c
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ data EstablishedCS : ConnectionState -> Type where
|
|||
EDrained : EstablishedCS Drained
|
||||
|
||||
|
||||
-- state-dependent types to represent connections for all participants
|
||||
-- dependent types to represent connections for all participants
|
||||
|
||||
data BrokerConn : (state : ConnectionState) -> {auto prf : BrokerCS state} -> Type where
|
||||
BCNew : (recipient : Conn) -> (senderId : String) -> BrokerConn New
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue