Hi -

Is there are a reason the error for referring to an identifier before it's 
definition doesn't get location info, whereas in an otherwise identical case 
the unbound identifier error does?

e.g.:

  asdf: undefined;
   cannot reference an identifier before its definition
    in module: (submod "file.rkt" test)

vs

  file.rkt:87:16: asdf: unbound identifier in module
    in: asdf


Thanks,
Dan

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to