[racket] raise-ing an exception inside prompt
From: Robby Findler <robby at eecs.northwestern.edu>
Subject: Re: [racket] raise-ing an exception inside prompt
Date: Wed, 22 Dec 2010 11:46:49 -0600
> No, prompt doesn't do that.
>
> This boils down to what the default uncaught-exception-handler does, which is:
>
> (abort-current-continuation (default-continuation-prompt-tag) void)
Thanks.
> 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?
Keiko