assocs: correct the class of output value in assoc-subset? word

db4
Keita Haga 2011-01-17 17:35:07 +09:00
parent 6311675925
commit 9e25c9d5ae
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ HELP: assoc-refine
{ $description "Outputs the intersection of all the assocs of the assocs sequence " { $snippet "seq" } ", or " { $link f } " if " { $snippet "seq" } " is empty." } ;
HELP: assoc-subset?
{ $values { "assoc1" assoc } { "assoc2" assoc } { "?" "a new assoc" } }
{ $values { "assoc1" assoc } { "assoc2" assoc } { "?" boolean } }
{ $description "Tests if " { $snippet "assoc2" } " contains all key/value pairs of " { $snippet "assoc1" } "." } ;
HELP: assoc=