equal
deleted
inserted
replaced
185 def get(name: String): Option[Node_Info] = theory_node_info.get(name) |
185 def get(name: String): Option[Node_Info] = theory_node_info.get(name) |
186 } |
186 } |
187 |
187 |
188 |
188 |
189 /* formal entities */ |
189 /* formal entities */ |
190 |
|
191 type Entity = Export_Theory.Entity[Export_Theory.No_Content] |
|
192 |
190 |
193 object Entity_Context { |
191 object Entity_Context { |
194 object Theory_Ref { |
192 object Theory_Ref { |
195 def unapply(props: Properties.T): Option[Document.Node.Name] = |
193 def unapply(props: Properties.T): Option[Document.Node.Name] = |
196 (props, props, props) match { |
194 (props, props, props) match { |