src/Pure/Thy/export.scala
changeset 75825 ad00fbf64bff
parent 75824 a2b2e8964e1a
child 75860 2b2c09f4e7b5
equal deleted inserted replaced
75824:a2b2e8964e1a 75825:ad00fbf64bff
   409       }
   409       }
   410 
   410 
   411     def theory(theory: String, other_cache: Option[Term.Cache] = None): Theory_Context =
   411     def theory(theory: String, other_cache: Option[Term.Cache] = None): Theory_Context =
   412       new Theory_Context(session_context, theory, other_cache)
   412       new Theory_Context(session_context, theory, other_cache)
   413 
   413 
   414     def classpath(): List[File.Content_Bytes] = {
   414     def classpath(): List[File.Content] = {
   415       (for {
   415       (for {
   416         session <- session_stack.iterator
   416         session <- session_stack.iterator
   417         info <- sessions_structure.get(session).iterator
   417         info <- sessions_structure.get(session).iterator
   418         if info.export_classpath.nonEmpty
   418         if info.export_classpath.nonEmpty
   419         matcher = make_matcher(info.export_classpath)
   419         matcher = make_matcher(info.export_classpath)