ecta-1.0.0.3
Safe HaskellNone
LanguageHaskell2010

Data.ECTA.Internal.Paths.Zipper

Description

These were used in an earlier version of the enumeration algorithm, but no longer.

They are being kept around just in case.

Synopsis

Documentation

pathTrieZipperAscend :: PathTrieZipper -> Int -> PathTrieZipper Source #

The semantics of this may not be what you expect: Path trie zippers do not support editing currently, only traversing. The value at the cursor (as well as the index) is ignored except when traversing above the root, where it uses those values to extend the path trie upwards.