/* Copyright (C) 1992, Digital Equipment Corporation                         */
/* All rights reserved.                                                      */
/* See the file COPYRIGHT for a full description.                            */

/* Last modified on Tue Feb 11 20:47:03 PST 1992 by muller                   */

Generic_module (BagADT)
Generic_module (Bag)

Module (IntBagADT)
Module (IntBag)
Module (ReelBagADT)
Module (ReelBag)
Module (TxtBagADT)
Module (TxtBag)

generate::
	for t in Int Reel Txt ; do \
          make_generic $$t BagADT $$t ; \
	  make_generic $$t Bag $$t,\ $${t}BagADT; \
          done
