Rename Algorithms.RangeSearch.Core to Algorithms.RangeSearch.QuadTree

This commit is contained in:
2014-11-15 00:49:44 +01:00
parent c964afee10
commit 75c45149d9
4 changed files with 8 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ module Parser.PathParser where
import Control.Applicative
import Parser.Core
import Algorithms.RangeSearch.Core (Quad(NW, NE, SW, SE), Orient(North, South, West, East))
import Algorithms.RangeSearch.QuadTree (Quad(NW, NE, SW, SE), Orient(North, South, West, East))
-- |Parse a string such as "ne, n, sw, e" into