On Wed, Dec 22, 2010 at 12:52 PM, Keiko Nakata
<[email protected]> wrote:
>> The relevant docs are in raise, with-exception-handler, and
>> uncaught-exception-handler.
>
> Can I get to know where is the source, as drracket does not navigate me?

The source for `with-handlers' and `prompt' you can find by using
check syntax and then right-clicking on the relevant identifiers.

For `raise' etc, their source is in C, and can be found here:

https://github.com/plt/racket/blob/master/src/racket/src/error.c

Search for `sch_raise'.

-- 
sam th
[email protected]
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to