mirror of
https://github.com/anoma/juvix.git
synced 2025-01-07 08:08:44 +03:00
8 lines
153 B
Haskell
8 lines
153 B
Haskell
|
module Core.Print where
|
||
|
|
||
|
import Base
|
||
|
import Core.Print.Positive qualified as P
|
||
|
|
||
|
allTests :: TestTree
|
||
|
allTests = testGroup "JuvixCore print" [P.allTests]
|