This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Main where | |
import qualified Data.List as List | |
import qualified Data.Set as Set | |
import Test.HUnit | |
main :: IO () | |
main = do { runTestTT allTests ; return () } |