1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Remove some redundant imports from TermSpec.

This commit is contained in:
Rob Rix 2016-01-05 11:26:43 -05:00
parent 8c98b6d0c7
commit 801d0e1d54

View File

@ -2,14 +2,11 @@ module TermSpec where
import Test.Hspec
import Test.Hspec.QuickCheck
import Test.QuickCheck hiding (Fixed)
import Data.Text.Arbitrary ()
import Categorizable
import Interpreter
import Diff
import Syntax
import Term
import ArbitraryTerm
main :: IO ()