th-context-0.20: test/Tests.hs
{-# LANGUAGE TemplateHaskell #-}
module Main where
import Test.Hspec hiding (runIO)
import Context (tests)
main :: IO ()
main = hspec $ do
Context.tests
{-# LANGUAGE TemplateHaskell #-}
module Main where
import Test.Hspec hiding (runIO)
import Context (tests)
main :: IO ()
main = hspec $ do
Context.tests