1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

🔥 redundant imports.

This commit is contained in:
Rob Rix 2016-06-06 11:51:30 -04:00
parent 0321a97285
commit 1109fdf32c

View File

@ -1,14 +1,10 @@
{-# OPTIONS_GHC -fno-warn-orphans #-}
module ArbitraryTerm where
import Category
import Data.Text.Arbitrary ()
import Data.These.Arbitrary ()
import Info
import Prologue hiding (fst, snd)
import Range
import Source hiding ((++))
import Syntax
import Test.QuickCheck hiding (Fixed)
data CategorySet = A | B | C | D deriving (Eq, Show)