[Wisp-cvs] wisp/modules builtin.wid,1.175,1.176
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-18 21:04:26
|
Update of /cvsroot/wisp/wisp/modules In directory usw-pr-cvs1:/tmp/cvs-serv29292/modules Modified Files: builtin.wid Log Message: Dropped |record-type-referrer|. Index: builtin.wid =================================================================== RCS file: /cvsroot/wisp/wisp/modules/builtin.wid,v retrieving revision 1.175 retrieving revision 1.176 diff -u -d -r1.175 -r1.176 --- builtin.wid 11 Sep 2002 17:36:05 -0000 1.175 +++ builtin.wid 18 Sep 2002 21:03:52 -0000 1.176 @@ -2450,18 +2450,6 @@ :See also: |make-record-type|. -record-type-referrer - - (|record-type-referrer| /record-type/) => /procedure/ | ~#f~ - - Returns a /procedure/ that can be used to manipulate some aspects of - the instances of /record-type/. - - :Conforms to: Wisp extension. - - :See also: |ref|. - - record-type-slot-count (|record-type-slot-count| /record-type/) => /cardinal/ @@ -2501,16 +2489,12 @@ The ultimate compound cell accessor dispatcher. Calls an appropriate accessor depending on the type of /object/. - For record types, calling |ref| is a more efficient alternative to - calling ((|record-type-referrer| (|type-of| /object/)) /location/ ...). - Note that |ref| passes the calling context properly. - :Exceptions: ~compound?~ -- the appropriate accessor could not be determined. :Conforms to: Wisp extension. - :See also: |vector-ref|, |box-ref|, |make-record-type|. + :See also: |make-record-type|. reverse |