Skip to content

Commit

Permalink
Update ouroboros-network/src/Ouroboros/Network/Protocol/LocalTxMonito…
Browse files Browse the repository at this point in the history
…r/Type.hs

Co-authored-by: Marcin Szamotulski <coot@coot.me>
  • Loading branch information
angerman and coot committed Nov 21, 2022
1 parent fa6afd8 commit 9564227
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -220,11 +220,11 @@ instance Protocol (LocalTxMonitor txid tx slot) where
data NobodyHasAgency st where
TokDone :: NobodyHasAgency StDone

exclusionLemma_ClientAndServerHaveAgency TokIdle tok = case tok of {}
exclusionLemma_ClientAndServerHaveAgency TokIdle tok = case tok of {}

exclusionLemma_ClientAndServerHaveAgency TokAcquired tok = case tok of {}

exclusionLemma_NobodyAndClientHaveAgency TokDone tok = case tok of {}
exclusionLemma_NobodyAndClientHaveAgency TokDone tok = case tok of {}

exclusionLemma_NobodyAndServerHaveAgency TokDone tok = case tok of {}

Expand Down

0 comments on commit 9564227

Please sign in to comment.