Zippex v0.1.0 Zippex.Context View Source
The context of a Zipper
. This module is used internally by Zippex and should
not be accessed directly. The Context
struct contains the following fields:
parent
- The parent of the focus node (or nil)ctx
- The parent context (or nil)left
- A list of left siblings of the focus noderight
- A list of right siblings of the focus nodedirty
-true
iff the focus node or any of it's children have been modified
Link to this section Summary
Functions
Returns the path to the focus node.
Link to this section Types
Link to this section Functions
Returns the path to the focus node.