Changeset 2233
- Timestamp:
 - 2015-06-18T11:23:43-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/monom.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/monom.lisp
r2232 r2233 64 64 (princ (slot-value m 'exponents) stream)) 65 65 66 (defmethod initialize-instance :after (( selfmonom) &rest args &key)66 (defmethod initialize-instance :after ((monom monom) &rest args &key) 67 67 (format t "INITIALIZE-INSTANCE-INSTANCE called with SELF ~A, args ~A.~%" 68 self args)) 68 self args) 69 (call-next-method)) 69 70 70 71  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  