src/Pure/Isar/element.ML
changeset 55997 9dc5ce83202c
parent 55914 c5b752d549e3
child 57864 7cf01ece66e4
equal deleted inserted replaced
55996:13a7d9661ffc 55997:9dc5ce83202c
   526    {binding = I,
   526    {binding = I,
   527     typ = I,
   527     typ = I,
   528     term = I,
   528     term = I,
   529     pattern = I,
   529     pattern = I,
   530     fact = Proof_Context.get_fact ctxt,
   530     fact = Proof_Context.get_fact ctxt,
   531     attrib = Attrib.intern_src (Proof_Context.theory_of ctxt)}
   531     attrib = Attrib.check_src ctxt}
   532   in activate_i elem ctxt end;
   532   in activate_i elem ctxt end;
   533 
   533 
   534 end;
   534 end;