mirror of
https://github.com/anoma/juvix.git
synced 2024-12-02 10:47:32 +03:00
8 lines
158 B
Haskell
8 lines
158 B
Haskell
module Internal where
|
|
|
|
import Base
|
|
import Internal.Eval qualified as Eval
|
|
|
|
allTests :: TestTree
|
|
allTests = testGroup "Internal to Core tests" [Eval.allTests]
|