src/HOL/Tools/Nitpick/nitpick_mono.ML
changeset 55628 8103021024c1
parent 54816 10d48c2a3e32
child 55888 cac1add157e8
equal deleted inserted replaced
55627:95c8ef02f04b 55628:8103021024c1
   529       (asgs
   529       (asgs
   530        |> map swap
   530        |> map swap
   531        |> AList.group (op =)
   531        |> AList.group (op =)
   532        |> map (fn (a, xs) => string_for_annotation a ^ ": " ^
   532        |> map (fn (a, xs) => string_for_annotation a ^ ": " ^
   533                              string_for_vars ", " (sort int_ord xs))
   533                              string_for_vars ", " (sort int_ord xs))
   534        |> space_implode "\n"))
   534        |> cat_lines))
   535 
   535 
   536 (* The ML solver timeout should correspond more or less to the overhead of invoking an external
   536 (* The ML solver timeout should correspond more or less to the overhead of invoking an external
   537    prover. *)
   537    prover. *)
   538 val ml_solver_timeout = seconds 0.02
   538 val ml_solver_timeout = seconds 0.02
   539 
   539