How does one print proof terms as de bruijn indices instead of random named variables in Coq?

I wanted to print/see my proof terms as de bruijn indices. How do I do this?

I know Show Proof. shows me the proof term.

Thanks!


I don’t see a way (internally to Coq) to print binders of Coq terms with de Bruijn indices. You can probably do it however via MetaCoq.

By curiosity, what is the intended application?