Legivel


LocalTagsFuncs

Namespace: Legivel
Parent Module: RepresentationGraph
Attributes:
[<NoEquality>]
[<NoComparison>]

Local Tags should use these functions when appropriate

Record Fields

Record FieldDescription
AreEqual
Signature: Node -> Node -> bool

A function which returs true if the two given nodes are equal (according to yaml equality).

GetHash
Signature: Node -> Lazy<NodeHash>

A function which returs the hash of the given node

Fork me on GitHub