You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let replaced: Vec (Regex (σ × Bool)) l := replacesFrom rs' replaces
22
-
Regex.Point.derives replaced
20
+
let res: Vec (Regex σ) l := Leave.leaves rs pred_results
21
+
res
23
22
24
23
-- derives_preds unlike derives takes a predicate that works out the full vector of predicates.
25
24
-- This gives the predicate control over the evaluation order of α, for example α is a tree, we can first evaluate the same label, before traversing down.
0 commit comments