| Copyright | Copyright (c) 2015 Birte Wagner Sebastian Philipp Copyright (c) 2022 Oleksii Divak  | 
|---|---|
| License | MIT | 
| Maintainer | Oleksii Divak | 
| Stability | experimental | 
| Portability | not portable | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Data.R2Tree.Float.Debug
Description
Functions that expose the innerworkings of an R2Tree, but are completely safe
     to use otherwise.
Documentation
showsTree :: (a -> ShowS) -> R2Tree a -> ShowS Source #
\(\mathcal{O}(n)\). Shows the internal structure of the R-tree.
Whether the tree is well-formed.
Reason for why the tree is considered malformed.
Constructors
| UnbalancedTree | Not all nodes are at the same depth.  | 
| MalformedNode MBR | Node does not enclose all inner   | 
| FoundLeaf1 | Found a   | 
| FoundEmpty | Found an   |