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 7ae9411 commit 7abbea2Copy full SHA for 7abbea2
tests/ArrayTests.hs
@@ -1,6 +1,5 @@
1
{-# LANGUAGE ScopedTypeVariables #-}
2
{-# LANGUAGE CPP #-}
3
-{-# LANGUAGE TypeApplications #-}
4
5
module ArrayTests (arrayTests) where
6
tests/Main.hs
@@ -20,4 +20,4 @@ tests :: TestTree
20
tests = testGroup "Tests"
21
[ arrayTests
22
, sortTests
23
- ] where
+ ] where
0 commit comments