Changeset 932 for branches/f4grobner
- Timestamp:
- 2015-06-09T18:56:38-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/order.lisp
r931 r932 131 131 132 132 ;; This returns a closure which is called with an integer argument. 133 ;; The result is a closure with the same signature as all orders such as #'LEX>. 133 ;; The result is *another closure* with the same signature as all 134 ;; orders such as #'LEX>. 134 135 (defun make-elimination-order-factory (primary-elimination-order secondary-elimination-order) 135 136 "Return a function with a single integer argument K. This should be
Note:
See TracChangeset
for help on using the changeset viewer.