From: Lars Hupel <hupel@in.tum.de>
Dear list,
is there a print mode (or a similar mechanism) which makes the pretty
printer output fully-qualified names for constants? If not, is there any
way I could implement that myself? I'm aware that the printer does it when
there are name collisions, but I want it always. (I need this from within
ML code, not within theory sources.)
Cheers
Lars
From: Makarius <makarius@sketis.net>
See isar-ref manual for names_long, names_short, names_unique.
Makarius
From: Andreas Lochbihler <andreas.lochbihler@inf.ethz.ch>
Hi Lars,
Have you tried setting the configuration option [[names_long]]?
Hope this helps,
Andreas
From: Lars Hupel <hupel@in.tum.de>
See isar-ref manual for names_long, names_short, names_unique.
Makarius, Andreas,
thanks, that did the trick!
Cheers
Lars
Last updated: Nov 21 2024 at 12:39 UTC