Templated Patterns in PDLL

Hi!
We are currently looking into PDLL to see if it is a fit for our use case and wanted to use the template functionality that @River707 showed in the MLIR Open Meeting 2021-11-04: PDLL: Frontend Pattern Language for PDL - YouTube at 39:11.

The pattern looked liked this:

template<opName: OpName>
Pattern OpNameTemplatedPattern => erase op<opName>;

As far as I see that is not implemented upstream. Are there plans to bring this in?

Thank you for your help!