packages feed

c-expr-dsl-0.1.0.0: test/Test/CExpr/Typecheck.hs

module Test.CExpr.Typecheck (
    tests
  ) where

import Test.Tasty

import Test.CExpr.Typecheck.Classify qualified as Classify

tests :: TestTree
tests = testGroup "typecheck" [
      Classify.tests
    ]