in src/html/tags/m/Menu.hack [25:35]
protected static function getChildrenDeclaration(): XHPChild\Constraint {
return XHPChild\any_of(
XHPChild\any_number_of(XHPChild\any_of(
XHPChild\of_type<menuitem>(),
XHPChild\of_type<hr>(),
XHPChild\of_type<menu>(),
)),
XHPChild\any_number_of(XHPChild\of_type<li>()),
XHPChild\any_number_of(XHPChild\of_type<Category\Flow>()),
);
}