module Tests import Tests.Equal import TAP import System export main : IO Int main = exitWith =<< run [Equal.tests]