JS: Change signature of 'edges' to support quick eval

This commit is contained in:
Asger F
2025-10-10 11:18:27 +02:00
parent 4bd0f34938
commit 825c08356f

View File

@@ -1690,7 +1690,7 @@ module API {
}
cached
predicate edge(TApiNode pred, Label::ApiLabel lbl, TApiNode succ) {
predicate edge(Node pred, Label::ApiLabel lbl, Node succ) {
Stage1Local::edge(pred, lbl, succ)
or
Stage2::edge(pred, lbl, succ)