id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,planetversion,pltversion
178,wrong documented contract for check forms,pnkfelix,schematics,"The check forms documented in SchemeUnit API all say that checks produce {{{#t}}}.
See for example: 
{{{
   (check op v1 v2 [message]) → #t
}}}

However, it actually produces the result of applying the op (if the op produced a non-false result.  For example:
{{{
> (check + 2 3)
5
}}}

Thus the {{{→ #t}}} part of the documentation is misleading.

",defect,closed,minor,,schematics/schemeunit.plt,,doc,,,4.1.4
