In my main.adb, I with and use separate packages grids.adb and cells.adb. Grids package withs and uses cells, and works ok, visible. Cells withs and uses grids, but code in cells package doesn't see grids.
Where do I make code in grids visible by cells in this mutually dependent arrangement, which I may want to change later.