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

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