src/Pure/Thy/export_theory.scala
changeset 74119 342d0298e164
parent 74114 700e5bd59c7d
child 74261 d28a51dd9da6
equal deleted inserted replaced
74115:8752420f3377 74119:342d0298e164
    89       axioms.iterator.map(_.no_content) ++
    89       axioms.iterator.map(_.no_content) ++
    90       thms.iterator.map(_.no_content) ++
    90       thms.iterator.map(_.no_content) ++
    91       classes.iterator.map(_.no_content) ++
    91       classes.iterator.map(_.no_content) ++
    92       locales.iterator.map(_.no_content) ++
    92       locales.iterator.map(_.no_content) ++
    93       locale_dependencies.iterator.map(_.no_content)
    93       locale_dependencies.iterator.map(_.no_content)
       
    94 
       
    95     lazy val entity_serials: Set[Long] =
       
    96       entity_iterator.map(_.serial).toSet
    94 
    97 
    95     def cache(cache: Term.Cache): Theory =
    98     def cache(cache: Term.Cache): Theory =
    96       Theory(cache.string(name),
    99       Theory(cache.string(name),
    97         parents.map(cache.string),
   100         parents.map(cache.string),
    98         types.map(_.cache(cache)),
   101         types.map(_.cache(cache)),