File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 11{-# language DeriveDataTypeable #-}
22{-# language FlexibleInstances #-}
3- {-# OPTIONS_GHC -Wno-unused-imports #-}
43
54module CodeWorld.Test.Abstract (
65 AbstractPicture (.. ),
@@ -29,22 +28,15 @@ module CodeWorld.Test.Abstract (
2928
3029import Data.Data (Data )
3130import Data.Text (Text )
32- import Data.List.Extra (headDef , takeEnd )
31+ import Data.List.Extra (headDef )
3332import Data.Maybe (listToMaybe )
3433import Data.Tuple.Extra (both )
35- import Data.Generics.Uniplate.Data (transform , universe )
34+ import Data.Generics.Uniplate.Data (universe )
3635
3736import CodeWorld.Tasks.API (Drawable (.. ))
3837import CodeWorld.Tasks.VectorSpace (
3938 Point ,
40- vectorSum ,
4139 atOriginWithOffset ,
42- isRectangle ,
43- reflectedPoint ,
44- rotationAngle ,
45- scaledVector ,
46- sideLengths ,
47- rotatedVector ,
4840 )
4941import CodeWorld.Test.AbsTypes
5042
You can’t perform that action at this time.
0 commit comments