mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
🔥 redundant imports.
This commit is contained in:
parent
0321a97285
commit
1109fdf32c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user