-- GList.df
-- A generic list package (really generic, not like List.mesa)
-- Bertrand Serlet May 29, 1986 11:33:59 am PDT
-- Swinehart, June 10, 1986 3:34:47 pm PDT

Exports [Cedar]<CedarChest6.1>Top>
  GList.df                                     31-Jul-86 00:22:31 PDT

Exports [Cedar]<CedarChest6.1>Documentation>
  GListDoc.tioga!4                             31-Jul-86 00:22:21 PDT

Exports [Cedar]<CedarChest6.1>GList>
  GList.mesa!1                                 22-May-86 00:27:40 PDT
 +GList.bcd!1                                  22-May-86 00:31:44 PDT
  GList.load!1                                 29-May-86 11:34:30 PDT
 +GListImpl.bcd!1                              29-May-86 11:32:44 PDT

Directory [Cedar]<CedarChest6.1>GList>
  GListImpl.mesa!1                             29-May-86 11:32:13 PDT

-- For test only
 +GListTest.mesa!1                             22-May-86 11:56:48 PDT

Imports [Cedar]<Cedar6.1>Top>AMTypes.df Of ~=
  Using [AMTypes.bcd]
Imports [Cedar]<Cedar6.1>Top>MesaRuntime.df Of ~=
  Using [Basics.bcd]
Imports [Cedar]<Cedar6.1>Top>Rope.df Of ~=
  Using [Rope.bcd]
Imports [Cedar]<Cedar6.1>Top>SafeStorage.df Of ~=
  Using [AllocatorOps.bcd, Atom.bcd, SafeStorage.bcd]