correction

This commit is contained in:
Evgeny Poberezkin 2020-05-07 18:05:05 +01:00
parent e7550f026c
commit 22e14c821c

View file

@ -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