- Timestamp:
- 2015-06-15T16:34:14-07:00 (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/monom.lisp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/monom.lispr1881 r1882 103 103 Alternatively, all elements may be specified as a list 104 104 INITIAL-EXPONENTS." 105 `(the (monom ,dim) ,monom)) 105 (assert (typep monom `(monom ,dim))) 106 monom) 106 107 107 108 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
