mirror of
https://github.com/anoma/juvix.git
synced 2024-12-12 04:43:18 +03:00
3ed30dd210
- Closes #2033 - Based on #2032
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]
|