help.topics: make wrappers unwrap into links.

db4
John Benediktsson 2014-10-23 17:10:05 -07:00
parent a3fe45e7ac
commit c0670893b3
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ INSTANCE: word topic
GENERIC: >link ( obj -- obj ) GENERIC: >link ( obj -- obj )
M: link >link ; M: link >link ;
M: wrapper >link wrapped>> >link ;
M: vocab-spec >link ; M: vocab-spec >link ;
M: object >link link boa ; M: object >link link boa ;
M: f >link drop \ f >link ; M: f >link drop \ f >link ;