xo-reader2 stack: top-level lambda w/ apply parses

This commit is contained in:
Roland Conybeare 2026-02-05 15:45:40 -05:00
commit dc36150346

View file

@ -57,9 +57,9 @@ public:
{% endif %}
// explicit injected content
{% for c in router_facet_explicit_content %}
{{c}}
{% endif %}
{% for content in router_facet_explicit_content %}
{{content}}
{% endfor %}
// builtin methods
typeseq _typeseq() const noexcept { return O::iface()->_typeseq(); }