One of my least favorite activities in #RustLang refactoring: "adding a field to an enum".
I have a Term
enum of different kinds (think lambda calculus terms). Now I'm adding a mode
field to each term (regardless of kind).
Afaict, I need to:
TermKind
enum Term
into struct Term
and add the field
=> More informations about this toot | View the thread | More toots from artificialmind@fosstodon.org
=> View rustlang tag This content has been proxied by September (3851b).Proxy Information
text/gemini