diff --git a/src/Control/Effect/Catch.hs b/src/Control/Effect/Catch.hs index 62e1e87..e326b36 100644 --- a/src/Control/Effect/Catch.hs +++ b/src/Control/Effect/Catch.hs @@ -14,6 +14,7 @@ module Control.Effect.Catch , catch , catchSync , runCatch + , withCatch , CatchC (..) ) where