The Racket repository
Go to file
Stevie Strickland b991505297 Just tried the following program:
#lang typed-scheme

(require/typed
  srfi/1
  (fold (All (a b) ((a b -> b) b (Listof a) -> b))))

And got an error because (orig-module-stx) was #f.  I'm not sure whether
it should have been or not, but I've fixed up this to handle that case
(having it just use the normal error message when that's #f, as I'm not
sure whether the error message would be correct otherwise).

However, it might just be that (orig-module-stx) should have not been
#f, in which case this should be checked out.
2008-07-13 21:47:36 -04:00
collects Just tried the following program: 2008-07-13 21:47:36 -04:00
doc add v4 history entries 2008-06-04 12:37:08 +00:00
man/man1 fix mzc man page typo 2008-06-04 13:26:47 +00:00
src change the way Scribble generates keys based on modules 2008-06-06 13:24:58 +00:00