Skip to content

Commit

Permalink
Make mention of non-deprecated version a link
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Nov 30, 2024
1 parent 8a9338a commit 0be462c
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 @@ -58,7 +58,7 @@ effReader = MkEffReader
runEffReader :: r -> EffReader r es a -> Eff es a
runEffReader r (MkEffReader m) = m r

-- | Deprecated. Use @withEffToIO_@ instead.
-- | Deprecated. Use 'withEffToIO_' instead.
withEffToIO ::
(e2 :> es) =>
-- | Continuation with the unlifting function in scope.
Expand Down

0 comments on commit 0be462c

Please sign in to comment.