etc/options
changeset 76073 951abf9db857
parent 76068 319d08115b13
child 76090 f8eff19a3825
equal deleted inserted replaced
76072:5fc4e1fc39b1 76073:951abf9db857
    64 option show_main_goal : bool = false
    64 option show_main_goal : bool = false
    65   -- "show main goal when printing proof state"
    65   -- "show main goal when printing proof state"
    66 option goals_limit : int = 10
    66 option goals_limit : int = 10
    67   -- "maximum number of subgoals to be printed"
    67   -- "maximum number of subgoals to be printed"
    68 
    68 
       
    69 option show_states : bool = false
       
    70   -- "show toplevel states even if outside of interactive mode"
       
    71 
       
    72 
    69 option names_long : bool = false
    73 option names_long : bool = false
    70   -- "show fully qualified names"
    74   -- "show fully qualified names"
    71 option names_short : bool = false
    75 option names_short : bool = false
    72   -- "show base names only"
    76   -- "show base names only"
    73 option names_unique : bool = true
    77 option names_unique : bool = true