mirror of
https://github.com/anoma/juvix.git
synced 2024-12-12 14:28:08 +03:00
8 lines
154 B
Haskell
8 lines
154 B
Haskell
|
module Nockma.Parse where
|
||
|
|
||
|
import Base
|
||
|
import Nockma.Parse.Positive qualified as P
|
||
|
|
||
|
allTests :: TestTree
|
||
|
allTests = testGroup "Nockma parse" [P.allTests]
|