new accessors

db4
Doug Coleman 2008-09-01 22:46:00 -05:00
parent e193548489
commit 46e9481cb6
2 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ M: interactor ungraft*
M: interactor model-changed
2dup help>> eq? [
swap model-value over word-at-loc swap show-summary
swap value>> over word-at-loc swap show-summary
] [
call-next-method
] if ;

View File

@ -39,10 +39,10 @@ profiler-gadget "toolbar" f {
GENERIC: profiler-presentation ( obj -- quot )
M: usage-profile profiler-presentation
usage-profile-word [ usage-profile. ] curry ;
word>> [ usage-profile. ] curry ;
M: vocab-profile profiler-presentation
vocab-profile-vocab [ vocab-profile. ] curry ;
vocab>> [ vocab-profile. ] curry ;
M: f profiler-presentation
drop [ vocabs-profile. ] ;