Safe Haskell | None |
---|---|
Language | Haskell2010 |
Ouroboros.Network.Protocol.LocalStateQuery.Direct
Documentation
direct :: forall block point (query :: Type -> Type) m a b. Monad m => LocalStateQueryClient block point query m a -> LocalStateQueryServer block point query m b -> m (a, b) Source #