# HG changeset patch # User wenzelm # Date 1662662782 -7200 # Node ID f8eff19a38257cbf5d048b430ed22e66434190c2 # Parent 13ae8dff47b6a687c810f8b02c2a463dba49e773 enable show_goal_inst by default: match failure is merely a warning (see 730638d4e37a); diff -r 13ae8dff47b6 -r f8eff19a3825 etc/options --- a/etc/options Thu Sep 08 19:32:26 2022 +0200 +++ b/etc/options Thu Sep 08 20:46:22 2022 +0200 @@ -59,7 +59,7 @@ option show_consts : bool = false -- "show constants with types when printing proof state" -option show_goal_inst : bool = false +option show_goal_inst : bool = true -- "show goal instantiation (for schematic goals)" option show_main_goal : bool = false -- "show main goal when printing proof state"