error.build 485 B

12345678910111213141516
  1. %
  2. % ERROR.BUILD - Files with error handling functions
  3. %
  4. % Author: Eric Benson
  5. % Symbolic Computation Group
  6. % Computer Science Dept.
  7. % University of Utah
  8. % Date: 19 May 1982
  9. % Copyright (c) 1982 University of Utah
  10. %
  11. PathIn "error-handlers.red"$ % low level error handlers
  12. PathIn "type-errors.red"$ % type mismatch error calls
  13. PathIn "error-errorset.red"$ % most basic error handling
  14. PathIn "io-errors.red"$ % I/O error handlers