summaryrefslogtreecommitdiff
path: root/src/derived.mli
AgeCommit message (Collapse)Author
2026-08-25T9231: add util subtree_values_of_pathJohn Estabrook
Get tag/leaf values of subtree defined by a partial path, for example, a reference path.
2026-08-25T9231: add option descent in subtree_from_partialJohn Estabrook
This has application in collecting the values of a partial path of a tag/leaf node; it has no effect on the general case.
2026-08-05T9169: move util subtree_from_partial to derivedJohn Estabrook
The module derived should be the location for constructions involving both config_tree and reference_tree.