package volgo

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Graph.Node_kindSource

Sourcetype t

In 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.

Sourceval to_dyn : t -> Volgo_stdlib.Dyn.t

Show the kind for debug or tests.