mirror of
https://github.com/anoma/juvix.git
synced 2024-12-12 14:28:08 +03:00
8 lines
173 B
Haskell
8 lines
173 B
Haskell
|
module Internal.Eval where
|
||
|
|
||
|
import Base
|
||
|
import Internal.Eval.Positive qualified as EvalP
|
||
|
|
||
|
allTests :: TestTree
|
||
|
allTests = testGroup "Internal to Core eval" [EvalP.allTests]
|