AshleyYakeley / Truth

Changes and Pinafore projects. Pull requests not accepted.
https://pinafore.info/
GNU General Public License v2.0
32 stars 0 forks source link

"using" not working as expected #194

Closed AshleyYakeley closed 1 year ago

AshleyYakeley commented 1 year ago
using WholeModel;
itemsModel = for.WholeModel panes $ fn MkPane => extraMenusModel;

Should be able to remove .WholeModel here?

AshleyYakeley commented 1 year ago

Not a defect per se, but an awkwardness with the current namespace priority design.

AshleyYakeley commented 1 year ago

Actually, nothing is wrong here,