123456789101112131415 |
- %
- % TYPES.BUILD - Files with type conversions and others
- %
- % Author: Eric Benson
- % Symbolic Computation Group
- % Computer Science Dept.
- % University of Utah
- % Date: 19 May 1982
- % Copyright (c) 1982 University of Utah
- %
- PathIn "type-conversions.red"$ % convert from one type to another
- PathIn "vectors.red"$ % GetV, PutV, UpbV
- PathIn "sequence.red"$ % Indx, SetIndx, Sub, SetSub, Concat
|