mirror of
https://github.com/anoma/juvix.git
synced 2024-12-13 11:16:48 +03:00
9 lines
225 B
Haskell
9 lines
225 B
Haskell
|
module Core.VampIR where
|
||
|
|
||
|
import Base
|
||
|
import Core.VampIR.LetHoist qualified as LetHoist
|
||
|
import Core.VampIR.Positive qualified as P
|
||
|
|
||
|
allTests :: TestTree
|
||
|
allTests = testGroup "JuvixCore VampIR" [LetHoist.allTests, P.allTests]
|