Skip to content

Commit

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

-- |
-- @
Expand Down

0 comments on commit e6b63a2

Please sign in to comment.