sourcephile
/
git
/
comptalang.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update to new symantic and draft Modules rendition.
[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
]