ALGO: export constructors and Zipper in RangeSearch

This commit is contained in:
2014-11-14 21:25:25 +01:00
parent af2e1b59cd
commit 76afaae38e

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