{-# LANGUAGE OverloadedLists #-} {-# OPTIONS_GHC -fno-warn-orphans #-} module HUnit where import Test.Tasty import Test.Tasty.HUnit import Control.Arrow (second) import qualified Data.Map.Strict as Map import Hjugement import Types hunits :: TestTree hunits = testGroup "HUnit" [ ]