On Sep 27, 2010, at 8:14 PM, Robby Findler wrote:

> I was thinking of something like this:
> 
>> (require (prefix-in unsafe- racket/fixnum))
>> (unsafe-fx+ #f #f)
> fx+: expects type <fixnum> as 1st argument, given: #f; other arguments were: 
> #f

Right, but there are lots of unsafe-ops (e.g.: unsafe-vector-length); if I'm 
working on a large file that uses racket/unsafe/ops, I'd like to just toggle it 
to racket/unsafe/actuallynotunsafeops to get better error messages.

John

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Reply via email to