src/HOL/Tools/Predicate_Compile/predicate_compile_data.ML
changeset 43277 1fd31f859fc7
parent 42361 23f352990944
child 43329 84472e198515
equal deleted inserted replaced
43276:91bf67e0e755 43277:1fd31f859fc7
   209           [] => error ("No specification for " ^ (Syntax.string_of_term_global thy t))
   209           [] => error ("No specification for " ^ (Syntax.string_of_term_global thy t))
   210         | ((_, (_, ths)) :: _) => filter_defs ths)
   210         | ((_, (_, ths)) :: _) => filter_defs ths)
   211     | ths => rev ths
   211     | ths => rev ths
   212     val _ =
   212     val _ =
   213       if show_intermediate_results options then
   213       if show_intermediate_results options then
   214         Output.tracing ("Specification for " ^ (Syntax.string_of_term_global thy t) ^ ":\n" ^
   214         tracing ("Specification for " ^ (Syntax.string_of_term_global thy t) ^ ":\n" ^
   215           commas (map (Display.string_of_thm_global thy) spec))
   215           commas (map (Display.string_of_thm_global thy) spec))
   216       else ()
   216       else ()
   217   in
   217   in
   218     spec
   218     spec
   219   end
   219   end