1
1
mirror of https://github.com/coot/free-category.git synced 2024-08-16 09:30:46 +03:00

Unused imports in tests

This commit is contained in:
Marcin Szamotulski 2019-10-06 23:33:14 +01:00
parent 6e82ad08ca
commit bf1ef54b3c

View File

@ -27,9 +27,7 @@ import Text.Show.Functions ()
import Numeric.Natural (Natural)
import Control.Algebra.Free2
import Control.Category.Free
import Control.Category.Free.Internal
import Test.QuickCheck
import Test.Tasty (TestTree, testGroup)