update For New Grammatical Restriction
fun A_BundleTree.updateForNewGrammaticalRestriction(planInProgress: A_ParsingPlanInProgress, treesToVisit: Deque<Pair<A_BundleTree, A_ParsingPlanInProgress>>)
A grammatical restriction has been added. Update this bundle tree to conform to the new restriction along any already-expanded paths for the given plan. Updated the treesToVisit collection to include any new trees to visit as a consequence of visiting this tree.
Parameters
plan In Progress
The A_DefinitionParsingPlan along which to update the bundle tree (and extant successors).
trees To Visit
A collection of Pairs to visit. Updated to include successors of this <bundle, planInProgress>.