Graph.Node_kindIn early versions of the library we used to allow public access of the node kind however we ended up needed to change it to accommodate for octopus merges, so we prefer for it to remain abstract.
You may match on the node's parents or parent_count if you need to distinguish between node kinds.
val to_dyn : t -> Volgo_stdlib.Dyn.tShow the kind for debug or tests.