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

View File

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