equal
deleted
inserted
replaced
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 |