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:
parent
8c98b6d0c7
commit
801d0e1d54
@ -2,14 +2,11 @@ module TermSpec where
|
|||||||
|
|
||||||
import Test.Hspec
|
import Test.Hspec
|
||||||
import Test.Hspec.QuickCheck
|
import Test.Hspec.QuickCheck
|
||||||
import Test.QuickCheck hiding (Fixed)
|
|
||||||
import Data.Text.Arbitrary ()
|
import Data.Text.Arbitrary ()
|
||||||
|
|
||||||
import Categorizable
|
import Categorizable
|
||||||
import Interpreter
|
import Interpreter
|
||||||
import Diff
|
import Diff
|
||||||
import Syntax
|
|
||||||
import Term
|
|
||||||
import ArbitraryTerm
|
import ArbitraryTerm
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
|
Loading…
Reference in New Issue
Block a user