Skip to content

Commit

Permalink
Better naming of type variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Sep 26, 2024
1 parent 76053a2 commit f43c72c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bluefin-internal/src/Bluefin/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,10 @@ instance {-# INCOHERENT #-} e :> (e :& es)
-- Right "No exception thrown"
-- @
throw ::
(ex :> es) =>
Exception e ex ->
(e :> es) =>
Exception ex e ->
-- | Value to throw
e ->
ex ->
Eff es a
throw (UnsafeMkException throw_) e = UnsafeMkEff (throw_ e)

Expand Down

0 comments on commit f43c72c

Please sign in to comment.