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

/* Last modified on Tue Feb 11 20:48:28 PST 1992 by muller                   */

Generic_module (SetADT)
Generic_module (Set)

Module (IntSetADT)
Module (IntSet)
Module (ReelSetADT)
Module (ReelSet)
Module (TxtSetADT)
Module (TxtSet)

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