-- Values.df
-- 	Copyright (C) 1983, 1985, 1986 by Xerox Corporation.  All rights reserved.
--
-- 	Values provides a general method to store arbitrary properties to arbitrary types
--
-- 	Created by: Christian Jacobi, July 26, 1986 4:25:16 pm PDT
-- 	Last Edited by: Christian Jacobi, August 7, 1986 5:12:16 pm PDT


Exports [Cedar]<CedarChest6.1>top>

  Values.df                                    07-Aug-86 17:12:42 PDT

Exports [Cedar]<CedarChest6.1>Documentation>

  ValuesDoc.tioga!1                            28-Jul-86 18:43:18 PDT

Exports [Cedar]<CedarChest6.1>Values>

  Values.bcd!1                                 28-Jul-86 13:10:47 PDT
  Values.mesa!1                                28-Jul-86 13:10:39 PDT
 +ValuesImpl.bcd!1                             28-Jul-86 13:11:04 PDT
  Values.Load!1                                26-Jul-86 16:30:15 PDT


Directory [Cedar]<CedarChest6.1>Values>
  ValuesImpl.mesa!1                            28-Jul-86 13:02:22 PDT


Exports Imports [Cedar]<CedarChest6.1>Top>HashTable.df Of ~=
  Using [+HashTableImpl.bcd, HashTable.bcd, HashTable.Load]

Exports Imports [Cedar]<CedarChest6.1>Top>PropertyLists.df Of ~=
  Using [+PropertyListsImpl.bcd, PropertyLists.bcd, PropertyLists.load]

Imports [Cedar]<Cedar6.1>Top>SafeStorage.df Of ~=
  Using [Atom.bcd, SafeStorage.bcd]