racket/collects/typed-scheme
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
..
lang Fix typed scheme reader for new reader API. 2008-04-07 21:03:27 +00:00
private Just tried the following program: 2008-07-13 21:47:36 -04:00
info.ss docs go in the main tree 2008-04-25 19:55:23 +00:00
main.ss Reduce quantity of requires. 2008-05-05 21:27:10 +00:00
minimal.ss Move typed-scheme/lang/main.ss to typed-scheme/main.ss. 2008-03-04 23:18:16 +00:00
typed-reader.ss Remove unneccessary requires. 2008-05-06 00:42:28 +00:00
typed-scheme.scrbl Put the beginnings of documentation here. 2008-07-13 16:50:05 -04:00
typed-scheme.ss Source location in synthetic module begin. 2008-06-16 16:34:09 -04:00