Skip to content

Commit 762989a

Browse files
committed
remove accidental dev pragma and unused imports
1 parent 198a8a0 commit 762989a

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/CodeWorld/Test/Abstract.hs

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{-# language DeriveDataTypeable #-}
22
{-# language FlexibleInstances #-}
3-
{-# OPTIONS_GHC -Wno-unused-imports #-}
43

54
module CodeWorld.Test.Abstract (
65
AbstractPicture(..),
@@ -29,22 +28,15 @@ module CodeWorld.Test.Abstract (
2928

3029
import Data.Data (Data)
3130
import Data.Text (Text)
32-
import Data.List.Extra (headDef, takeEnd)
31+
import Data.List.Extra (headDef)
3332
import Data.Maybe (listToMaybe)
3433
import Data.Tuple.Extra (both)
35-
import Data.Generics.Uniplate.Data (transform, universe)
34+
import Data.Generics.Uniplate.Data (universe)
3635

3736
import CodeWorld.Tasks.API (Drawable(..))
3837
import CodeWorld.Tasks.VectorSpace (
3938
Point,
40-
vectorSum,
4139
atOriginWithOffset,
42-
isRectangle,
43-
reflectedPoint,
44-
rotationAngle,
45-
scaledVector,
46-
sideLengths,
47-
rotatedVector,
4840
)
4941
import CodeWorld.Test.AbsTypes
5042

0 commit comments

Comments
 (0)