src/Pure/PIDE/resources.scala
changeset 56387 d92eb5c3960d
parent 56316 b1cf8ddc2e04
child 56392 bc118a32a870
equal deleted inserted replaced
56386:fe520afb8041 56387:d92eb5c3960d
    99       doc_blobs: Document.Blobs,
    99       doc_blobs: Document.Blobs,
   100       edits: List[Document.Edit_Text]): Session.Change =
   100       edits: List[Document.Edit_Text]): Session.Change =
   101     Thy_Syntax.parse_change(this, reparse_limit, previous, doc_blobs, edits)
   101     Thy_Syntax.parse_change(this, reparse_limit, previous, doc_blobs, edits)
   102 
   102 
   103   def commit(change: Session.Change) { }
   103   def commit(change: Session.Change) { }
       
   104 
       
   105 
       
   106   /* prover process */
       
   107 
       
   108   def start_prover(receiver: Prover.Message => Unit, name: String, args: List[String]): Prover =
       
   109     new Isabelle_Process(receiver, args) with Protocol
   104 }
   110 }
   105 
   111