From: Makarius <makarius@sketis.net>
Display in which situation? Do you mean the standard proof state output?
Checking the sources for that it turns out that it is indeed hardwired:
https://isabelle.in.tum.de/repos/isabelle/annotate/Isabelle2019/src/Pure/goal_display.ML#l113
Makarius
From: Joshua Chen <josh@joshchen.io>
Yes, I do mean in the standard proof state output. I thought so, thanks
for confirming!
Josh
From: Lawrence Paulson <lp15@cam.ac.uk>
Unfortunately not. And simply to hide them would make the output misleading. If you are getting them a lot, you are perhaps doing something unusual.
At the ML level, they can be eliminated by brute force using the tactic flexflex_tac, but this can lose information, and there is no corresponding Isar proof method.
Larry Paulson
From: Joshua Chen <josh@joshchen.io>
Dear list, is there a way to hide the display of flex-flex pairs?
Last updated: Nov 21 2024 at 12:39 UTC