We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25f60e commit 387cc05Copy full SHA for 387cc05
lambda-buffers-compiler/test/Test.hs
@@ -1,5 +1,6 @@
1
module Main (main) where
2
3
+import Test.DeriveCheck qualified as DC
4
import Test.KindCheck qualified as KC
5
import Test.Tasty (defaultMain, testGroup)
6
import Test.TypeClassCheck qualified as TC
@@ -11,4 +12,5 @@ main =
11
12
"Compiler tests"
13
[ KC.test
14
, TC.test
15
+ , DC.test
16
]
0 commit comments