coq
coq copied to clipboard
Print Ltac2 Type
I'd like to be able to write Print Ltac2 Type exn
What does that mean?
It should work like Print Ltac2, but print the type definition (i.e., print things defined via Ltac2 Type)
So exn would show Ltac2 Type exn := [ .. ].?
Yep, ideally with all the constructors that have been added to it, along with their types / what I'd have to type into Coq to get a copy of the type as it currently is