-- PoplarSystemTypes.model
-- last edited June 21, 1983 9:26 am
REC [
 -- Pilot types
  Directory: TYPE ~ @Directory.bcd[];
  Environment: TYPE ~ @Environment.bcd[];
  File: TYPE ~ @File.bcd[];
  Inline: TYPE ~ @Inline.bcd[];
  Process: TYPE ~ @Process.bcd[];
  Space: TYPE ~ @Space.bcd[];
  System: TYPE ~ @System.bcd[];
 -- Cedar types
  ConvertUnsafe: TYPE ~ @ConvertUnsafe.bcd[];
  FileIO: TYPE ~ @FileIO.bcd[];
  IO: TYPE ~ @IO.Bcd[];
  RefText: TYPE ~ @RefText.bcd[];
  Rope: TYPE ~ @Rope.bcd[];
  RTTypesBasic: TYPE ~ @RTTypesBasic.bcd[];
  SafeStorage: TYPE ~ @SafeStorage.bcd[];
  ViewerIO: TYPE ~ @ViewerIO.bcd[]
]