packages feed

throwable-exceptions-0.1.0.0: test/Control/Exception/ThrowableTest.hs

module Control.Exception.ThrowableTest where

import Control.Exception.Safe (MonadThrow, throwM)
import Control.Monad.Trans.Either (runEitherT)
import Test.Tasty (TestTree)
import Test.Tasty.HUnit (testCase, assertFailure, (@?=), Assertion)
import qualified Control.Exception.Throwable as ET


test_ioexception_prim :: [TestTree]
test_ioexception_prim = []