mirror of
https://github.com/haskell-effectful/effectful.git
synced 2024-11-27 01:45:16 +03:00
Fix haddock of send
This commit is contained in:
parent
dd33ceeb1c
commit
e3971ce741
@ -524,7 +524,7 @@ runHandler e m = unsafeEff $ \es0 -> do
|
||||
send
|
||||
:: (HasCallStack, DispatchOf e ~ Dynamic, e :> es)
|
||||
=> e (Eff es) a
|
||||
-- ^ The effect.
|
||||
-- ^ The operation.
|
||||
-> Eff es a
|
||||
send op = unsafeEff $ \es -> do
|
||||
Handler handlerEs handle <- getEnv es
|
||||
|
Loading…
Reference in New Issue
Block a user