Changeset 5131
- Timestamp:
- Sep 5, 2006, 9:38:28 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/nx0.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/nx0.lisp
r4878 r5131 2194 2194 2195 2195 (defun nx-form-typep (arg type &optional (env *nx-lexical-environment*)) 2196 (setq type ( type-expand type))2196 (setq type (nx-target-type (type-expand type))) 2197 2197 (if (constantp arg) 2198 2198 (typep (nx-unquote arg) type)
Note:
See TracChangeset
for help on using the changeset viewer.
