It helps to export functions.

main
Patrick Thomson 2019-05-15 18:11:02 -04:00
parent afa25d5562
commit 5533982d40
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ module Control.Effect.Catch
, catch
, catchSync
, runCatch
, withCatch
, CatchC (..)
) where