This MR gets rid of two small compile-time cycles:
https://www.diffchecker.com/GhhLUNuL
Using an alias in a module attribute makes the alias a compile-time dep. Using functions instead of module attributes makes them runtime deps.
This MR gets rid of two small compile-time cycles:
https://www.diffchecker.com/GhhLUNuL
Using an alias in a module attribute makes the alias a compile-time dep. Using functions instead of module attributes makes them runtime deps.