module Expr.Test where import Test.Tasty import qualified Expr.Fun.Test as Fun import qualified Expr.Bool.Test as Bool tests :: TestTree tests = testGroup "Expr" [ Fun.tests , Bool.tests ]