rrb-vector-0.1.0.0: Efficient RRB-Vectors
Safe HaskellNone
LanguageHaskell2010

Data.RRBVector.Internal.Debug

Description

This module contains some debug utilities. It should only be used for debugging/testing purposes.

Synopsis

Documentation

showTree :: Show a => Vector a -> String Source #

\(O(n)\). Show the underlying tree of a vector.

fromListUnbalanced :: [a] -> Vector a Source #

\(O(n)\). Create a new unbalanced vector from a list.

Note that it is not possbible to create an invalid Vector with this function.