typed-racket/typed-racket-lib
Chris Jester-Young 6ff74e8c35 Give correct type to in-port when used with custom reader (#367)
* Give correct type to `in-port` when used with custom reader.

Currently, `in-port` returns `(Sequenceof Any)` unconditionally,
which is correct if the given read function is `read` (default
value). However, `(in-port read-line)`, `(in-port read-char)`,
etc. should have more specific types.

* For `in-port`, strip out EOF from the sequence type.
2016-06-07 14:15:04 -04:00
..
typed Only show OC button in DrR when the tool is actually loaded. 2015-12-18 15:58:40 -06:00
typed-racket Give correct type to in-port when used with custom reader (#367) 2016-06-07 14:15:04 -04:00
info.rkt Add typed/racket/random, bump version 2016-04-07 15:03:57 -04:00
LICENSE.txt Remove extra directories. 2014-12-02 00:53:36 -05:00