mirror of
https://github.com/anoma/juvix.git
synced 2024-12-12 14:28:08 +03:00
8 lines
192 B
Haskell
8 lines
192 B
Haskell
module Core.Transformation where
|
|
|
|
import Base
|
|
import Core.Transformation.Lifting qualified as Lifting
|
|
|
|
allTests :: TestTree
|
|
allTests = testGroup "JuvixCore transformations" [Lifting.allTests]
|