src/Pure/ProofGeneral/proof_general_pgip.ML
changeset 37852 a902f158b4fc
parent 37216 3165bc303f66
child 37953 ddc3b72f9a42
equal deleted inserted replaced
37851:1ce77362598f 37852:a902f158b4fc
   503         val times = #times vs
   503         val times = #times vs
   504     in
   504     in
   505         isarcmd ("undos_proof " ^ Int.toString times)
   505         isarcmd ("undos_proof " ^ Int.toString times)
   506     end
   506     end
   507 
   507 
   508 fun redostep _ = sys_error "redo unavailable"
   508 fun redostep _ = raise Fail "redo unavailable"
   509 
   509 
   510 fun abortgoal _ = isarcmd "kill" (* was: ProofGeneral.kill_proof *)
   510 fun abortgoal _ = isarcmd "kill" (* was: ProofGeneral.kill_proof *)
   511 
   511 
   512 
   512 
   513 (*** PGIP identifier tables ***)
   513 (*** PGIP identifier tables ***)