Merge VectorTypes.hs into Vector.hs
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
module Algorithms.GrahamScan where
|
||||
|
||||
import Algebra.Vector
|
||||
import Algebra.VectorTypes
|
||||
import MyPrelude
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ module Algorithms.KDTree (kdTree
|
||||
where
|
||||
|
||||
|
||||
import Algebra.VectorTypes
|
||||
import Algebra.Vector
|
||||
import Data.Maybe (fromJust, catMaybes)
|
||||
import Data.Tree
|
||||
|
||||
@@ -2,7 +2,6 @@ module Algorithms.PolygonIntersection where
|
||||
|
||||
|
||||
import Algebra.Vector
|
||||
import Algebra.VectorTypes
|
||||
import Control.Applicative
|
||||
import Data.Dequeue (BankersDequeue)
|
||||
import qualified Data.Dequeue as Q
|
||||
|
||||
@@ -16,7 +16,6 @@ module Algorithms.QuadTree
|
||||
QTZipper)
|
||||
where
|
||||
|
||||
import Algebra.VectorTypes
|
||||
import Algebra.Vector
|
||||
import Data.Foldable (foldlM)
|
||||
import Data.List (partition)
|
||||
|
||||
Reference in New Issue
Block a user