Callback

typealias Callback = (node: Node, parent: Node?) -> Unit

A type for a node visitor callback for the SubgraphWalker.