From 5533982d404e614fa411adf817c32d85fefe9958 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Wed, 15 May 2019 18:11:02 -0400 Subject: [PATCH] It helps to export functions. --- src/Control/Effect/Catch.hs | 1 + 1 file changed, 1 insertion(+) 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