Skip to content

Commit

Permalink
Don't use unsafeRemoveEff in unsafeProvideIO
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Nov 16, 2024
1 parent e6b63a2 commit 4d51c6f
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 @@ -1157,7 +1157,7 @@ unsafeProvideIO ::
(forall e. IOE e -> Eff (e :& es) a) ->
-- | ͘
Eff es a
unsafeProvideIO eff = unsafeRemoveEff (eff MkIOE)
unsafeProvideIO eff = useImplIn eff MkIOE

connect ::
(forall e1. Coroutine a b e1 -> Eff (e1 :& es) r1) ->
Expand Down

0 comments on commit 4d51c6f

Please sign in to comment.