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
feat: named ring/field instances for ring/field structure selection
A carrier type can carry several ring/field structures; the tactics
silently used the first registered one with no way to disambiguate.
Give instances an optional name at declaration (`instance ring [foo] with
T ...`) and let the tactic target it (`ring [foo]` / `field [foo]`).
Bare `ring`/`field` are unchanged: with no name, the first matching
instance is used, so the single-structure case behaves identically.
0 commit comments