ALGO: export constructors and Zipper in RangeSearch

This commit is contained in:
hasufell 2014-11-14 21:25:25 +01:00
parent af2e1b59cd
commit 76afaae38e
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 4 additions and 3 deletions

View File

@ -8,9 +8,10 @@ module Algorithms.RangeSearch.Core
lookupByPath',
rootNode,
testArr,
Orient,
Quad,
QuadTree)
Orient(North,East,West,South),
Quad(NW,NE,SW,SE),
QuadTree,
Zipper)
where
import Algebra.VectorTypes