From: Pedro Pinto (ppinto at cs.cmu.edu) Date: Sun Feb 22 22:44:21 EST 2004 |
|
Thank you, that was silly of me. I grepped for `make-date' -pp > > ;; -- Date Structures > (define-struct date (nanosecond second minute hour day month year > zone-offset) (make-inspector)) > > creates a number of primitive functions, including > make-date ; a constructor > date-nanosecond ; a selector > date-second ; another one > ... > date? ; a predicate > > -- Matthias > >
Posted on the users mailing list. |
|