]> Git — Sourcephile - comptalang.git/blob - cli/Hcompta/Trans/Bool/Test.hs
Gather into Writeable instances.
[comptalang.git] / cli / Hcompta / Trans / Bool / Test.hs
1 module Trans.Bool.Test where
2
3 import Test.Tasty
4 import qualified Trans.Bool.Const.Test as Const
5
6 tests :: TestTree
7 tests =
8 testGroup "Bool"
9 [ Const.tests
10 ]