src/Pure/PIDE/headless.scala
changeset 72816 ea4f86914cb2
parent 72799 5dc7165e8a26
child 73120 c3589f2dff31
equal deleted inserted replaced
72815:85aaaf2cd173 72816:ea4f86914cb2
   254         resources.dependencies(import_names, progress = progress).check_errors
   254         resources.dependencies(import_names, progress = progress).check_errors
   255       }
   255       }
   256       val dep_theories = dependencies.theories
   256       val dep_theories = dependencies.theories
   257       val dep_theories_set = dep_theories.toSet
   257       val dep_theories_set = dep_theories.toSet
   258       val dep_files =
   258       val dep_files =
   259         dependencies.loaded_files.flatMap(_._2).
   259         for (path <- dependencies.loaded_files)
   260           map(path => Document.Node.Name(resources.append("", path)))
   260           yield Document.Node.Name(resources.append("", path))
   261 
   261 
   262       val use_theories_state =
   262       val use_theories_state =
   263       {
   263       {
   264         val dep_graph = dependencies.theory_graph
   264         val dep_graph = dependencies.theory_graph
   265 
   265