src/Pure/ProofGeneral/proof_general_pgip.ML
changeset 31478 5e412e4c6546
parent 30723 a3adc9a96a16
child 32091 30e2ffbba718
equal deleted inserted replaced
31477:ae1a00e1a2f6 31478:5e412e4c6546
   998       | (Exn.Interrupt,SOME src) =>
   998       | (Exn.Interrupt,SOME src) =>
   999         (Output.error_msg "Interrupt during PGIP processing"; loop true src)
   999         (Output.error_msg "Interrupt during PGIP processing"; loop true src)
  1000       | (Toplevel.UNDEF,SOME src) =>
  1000       | (Toplevel.UNDEF,SOME src) =>
  1001         (Output.error_msg "No working context defined"; loop true src)
  1001         (Output.error_msg "No working context defined"; loop true src)
  1002       | (e,SOME src) =>
  1002       | (e,SOME src) =>
  1003         (Output.error_msg (Toplevel.exn_message e); loop true src)
  1003         (Output.error_msg (ML_Compiler.exn_message e); loop true src)
  1004       | (PGIP_QUIT,_) => ()
  1004       | (PGIP_QUIT,_) => ()
  1005       | (_,NONE) => ()
  1005       | (_,NONE) => ()
  1006 in
  1006 in
  1007   (* TODO: add socket interface *)
  1007   (* TODO: add socket interface *)
  1008 
  1008