Skip to content

Issue

[Source]

class val Issue

Constructors

create

[Source]

new val create(
  rule': Rule val,
  start': (Cons[Node val] val | Nil[Node val] val),
  next': (Cons[Node val] val | Nil[Node val] val))
: Issue val^

Parameters

Returns


Public fields

let rule: Rule val

[Source]


let start: (Cons[Node val] val | Nil[Node val] val)

[Source]

A path from the current (first) node to the root.


let next: (Cons[Node val] val | Nil[Node val] val)

[Source]

A path from the next node to the root.


Public Functions

match_start

[Source]

fun val match_start(
  node: Node val)
: Bool val

Parameters

Returns


match_next

[Source]

fun val match_next(
  node: Node val)
: Bool val

Parameters

Returns