mirror of
https://github.com/anoma/juvix.git
synced 2024-12-02 10:47:32 +03:00
56e2db7336
Recent changes to the compiler left JuvixTree parsing and pretty printing not in sync with each other.
8 lines
155 B
Haskell
8 lines
155 B
Haskell
module Tree.Parse where
|
|
|
|
import Base
|
|
import Tree.Parse.Positive qualified as P
|
|
|
|
allTests :: TestTree
|
|
allTests = testGroup "JuvixTree parsing" [P.allTests]
|