src/Pure/ProofGeneral/proof_general_pgip.ML
changeset 26939 1035c89b4c02
parent 26723 3e4bb1ca9a74
child 27177 adefd3454174
equal deleted inserted replaced
26938:64e850c3da9e 26939:1035c89b4c02
   696                                                  map XML.Output strings)] })
   696                                                  map XML.Output strings)] })
   697 
   697 
   698         fun string_of_thm th = Output.output
   698         fun string_of_thm th = Output.output
   699                                (Pretty.string_of
   699                                (Pretty.string_of
   700                                    (Display.pretty_thm_aux
   700                                    (Display.pretty_thm_aux
   701                                         (Sign.pp (Thm.theory_of_thm th))
   701                                         (Syntax.pp_global (Thm.theory_of_thm th))
   702                                         false (* quote *)
   702                                         false (* quote *)
   703                                         false (* show hyps *)
   703                                         false (* show hyps *)
   704                                         [] (* asms *)
   704                                         [] (* asms *)
   705                                         th))
   705                                         th))
   706 
   706