src/HOL/Tools/etc/options
changeset 73852 adb34395b622
parent 73847 58f6b41efe88
child 74077 b93d8c2ebab0
equal deleted inserted replaced
73851:bb277f37c34a 73852:adb34395b622
    54   -- "default timeout for Mirabelle actions"
    54   -- "default timeout for Mirabelle actions"
    55 
    55 
    56 option mirabelle_stride : int = 1
    56 option mirabelle_stride : int = 1
    57   -- "default stride for running Mirabelle actions on every nth goal"
    57   -- "default stride for running Mirabelle actions on every nth goal"
    58 
    58 
    59 option mirabelle_max_calls : int = 10000000
    59 option mirabelle_max_calls : int = 0
    60   -- "default max. no. of calls to each Mirabelle action"
    60   -- "default max. no. of calls to each Mirabelle action (0: unbounded)"
    61 
    61 
    62 option mirabelle_actions : string = ""
    62 option mirabelle_actions : string = ""
    63   -- "Mirabelle actions (outer syntax, separated by semicolons)"
    63   -- "Mirabelle actions (outer syntax, separated by semicolons)"
    64 
    64 
    65 option mirabelle_theories : string = ""
    65 option mirabelle_theories : string = ""