Provides a way of creating a single list from any number of hint ASTs. Means we can simply iterate over a single list for each node in the F# tree when matching hints rather than check each hint AST for each node.
Type | Description |
---|---|
Edges | |
Node | |
SyntaxHintNode |
Name | Description |
---|---|
isAnyMatch
Signature: (SyntaxHintNode * '?48247 * '?48248 * '?48249) -> bool |
|
getHints
Signature: items:seq<'?48251 * '?48252 * '?48253 * '?48254> -> '?48254 list |
|
mergeHints
Signature: hints:Hint list -> Edges |