home *** CD-ROM | disk | FTP | other *** search
/ BURKS 2 / BURKS_AUG97.ISO / BURKS / LANGUAGE / ADA / LOVELACE / stackint.ads < prev    next >
Text File  |  1996-10-01  |  107b  |  5 lines

  1. with Generic_Stack;
  2.  -- Instantiate a Stack of Integers.
  3.  
  4. package Stack_Int is new Generic_Stack(Integer);
  5.