When a language plugin succesfully evaluates a graph node, it returns a value of this type with value set to the resulting value.
value
A tag that can be used for pattern matching on EvaluationResult values
EvaluationResult
The value to be attached to a graph node. This can be any value, including custom language-specific ones.
Generated using TypeDoc
When a language plugin succesfully evaluates a graph node, it returns a value of this type with
value
set to the resulting value.