Ada Separatefrom and Separate Kinds

Kind Name
Entity Performing Reference
Entity Being Referenced
Ada Separatefrom
some_proc
some_pack
Ada Separate
some_pack
some_proc

Separatefrom and Separate reference kinds indicate that a program unit entity is declared as separate from another program unit.

separate(some_pack) 
procedure some_proc is 
begin 
  ... 
end; 

Scientific Toolworks, Inc.
http://www.scitools.com