so far so good

This commit is contained in:
Dmitry Zuikov 2023-01-15 13:19:06 +03:00
parent c3891dbd11
commit b8d5e9d5c5
1 changed files with 4 additions and 4 deletions

View File

@ -141,12 +141,12 @@ instance CookieGenerator Fake IO where
instance IsEncoded Fake (PingPong p) where
data instance Encoded Fake = PingPong p
encode = undefined
decode = undefined
encode = undefined -- WHAT
decode = undefined -- WHAT
instance Messaging (Fabrique Fake) Fake (MessageWithCookie Fake) where
sendTo = undefined
receive = undefined
sendTo (Fabrique bus) = sendTo bus
receive (Fabrique bus) = receive bus
instance HasTimeout (PingPong Fake) IO where
timeoutFor _ = pure 0.1