Skip to content

Commit

Permalink
Fix subsumption
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Feb 16, 2024
1 parent cae5e6f commit d5e1549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluefin-internal/src/Bluefin/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ withMonadIO ::
(forall m. (MonadIO m) => m r) ->
-- | @MonadIO@ operation run in @Eff@
Eff effs r
withMonadIO = flip unEffReader
withMonadIO io m = unEffReader m io

monadIOExample :: IO ()
monadIOExample = runEffIO $ \io -> withMonadIO io $ liftIO $ do
Expand Down

0 comments on commit d5e1549

Please sign in to comment.