On Dec 1, 2010, at 1:20 AM, Eli Barzilay wrote:

>> 
>> Examples: comparing Python's help function to Racket's as a tool for
>> introspecting objects at the REPL
>> [...]
>>> (define (f x y)
>>    (+ x y))
>>> (help f)
>> Not found in any library's documentation: f
> 
> This is because you didn't document it. 


I wonder whether help could display contracts if the module use 
provide/contract to export f. 
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to