Legivel


NodeData<'T>

Namespace: Legivel
Parent Module: RepresentationGraph
Attributes:
[<CustomEquality>]
[<CustomComparison>]

Contains the actual data of a node, used for all types, Map, Seq, Scalar

Record Fields

Record FieldDescription
Data
Signature: 'T

The Node's data; Scalar:string, Sequence: Node list, Mapping: (key:Node * value:Node) list

ParseInfo
Signature: ParseInfo

Parsing information for this Node, related to the source yaml Document

Tag
Signature: TagKind

The Node's tag

Static members

Static memberDescription
NodeData.Create arg1 arg2 arg3
Signature: TagKind -> 'a -> ParseInfo -> NodeData<'a>
Fork me on GitHub