src/Pure/sign.ML
changeset 4908 7a155899ef9c
parent 4892 0f80e924009d
child 4951 8637b29e6c38
equal deleted inserted replaced
4907:0eb6730de30f 4908:7a155899ef9c
   453   fun intern_const sg = intrn (spaces_of sg) constK;
   453   fun intern_const sg = intrn (spaces_of sg) constK;
   454 
   454 
   455   val intern_tycons = intrn_tycons o spaces_of;
   455   val intern_tycons = intrn_tycons o spaces_of;
   456 
   456 
   457   val full_name = full o #path o rep_sg;
   457   val full_name = full o #path o rep_sg;
   458   fun full_name_path sg elems name =		(* FIXME "..", "/" semantics (!?) *)
   458   fun full_name_path sg elems name =
   459     full (#path (rep_sg sg) @ NameSpace.unpack elems) name;
   459     full (#path (rep_sg sg) @ NameSpace.unpack elems) name;
   460 end;
   460 end;
   461 
   461 
   462 
   462 
   463 
   463