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
Some nodes mark all types as relevant, and multiple such nodes may occur
in a single pattern (e.g. via '(Or _ _ _ ...)'). Use a map to only store
each type once.
This doesn't really matter for real use cases, but fuzzing can produce
absurd patterns.
0 commit comments