Skip to content
Snippets Groups Projects
Commit 9667cd1a authored by Jens Nolte's avatar Jens Nolte
Browse files

Restict type


Co-authored-by: default avatarJan Beinke <git@janbeinke.com>
parent 6111302e
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ startShortIO fn (TIOWorker jobQueue) exChan = do
failAsyncVar_ resultVar $ toException $ AsyncException ex
Right result -> putAsyncVar_ resultVar result
startShortIO_ :: forall a. ShortIO a -> TIOWorker -> ExceptionChannel -> STM ()
startShortIO_ :: ShortIO () -> TIOWorker -> ExceptionChannel -> STM ()
startShortIO_ x y z = void $ startShortIO x y z
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment