Skip to content

Commit

Permalink
TOSQUASH MonadTimer implies MonadSTM
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Dec 4, 2023
1 parent 085645b commit 53a2c5d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ data GsmEntryPoints m = GsmEntryPoints {
--
-- See the @BootstrapPeersIER.md@ document for the specification of this logic.
realGsmEntryPoints :: forall m blk upstreamPeer selection candidate.
( MonadSTM m
, MonadTimer m
( MonadTimer m
, Eq upstreamPeer
)
=> GsmView m blk upstreamPeer selection candidate
Expand Down

0 comments on commit 53a2c5d

Please sign in to comment.