typed-racket/collects/typed-scheme
Vincent St-Amour 9fdfbb934d Add a function to print whole types.
With this, it's possible to get more information than the simplified
types shown at the REPL. The types are as unwieldy as ever, but you
have to ask for them explicitly.

This is not an adequate long-term solution, and will be replaced by a
"Type Explorer" tool.

original commit: 70e1d63bed2ac85313d048cc9c359ae43330a7e3
2011-07-21 17:06:02 -04:00
..
base-env Add a function to print whole types. 2011-07-21 17:06:02 -04:00
env Switched name field in struct type to identifier. Closes PR 11728. 2011-07-19 16:47:13 -04:00
infer Conditionalize use of contract. 2011-07-19 16:47:13 -04:00
lang Added a button for the performance report tool when in a typed language. 2011-07-15 15:04:51 -04:00
no-check/lang typed/racket/no-check 2010-06-09 12:51:27 -04:00
optimizer Remove redundant precision-loss messages. 2011-07-19 15:19:17 -04:00
private Clean up some contract errors and type->contract. Closes PR11756. 2011-07-14 17:06:52 -04:00
rep Switched name field in struct type to identifier. Closes PR 11728. 2011-07-19 16:47:13 -04:00
scribblings Add a function to print whole types. 2011-07-21 17:06:02 -04:00
typecheck Fix types of kernel struct constructors to include parent fields. 2011-07-20 15:19:53 -04:00
types Switched name field in struct type to identifier. Closes PR 11728. 2011-07-19 16:47:13 -04:00
utils Fix internal error message. 2011-07-18 17:38:40 -04:00
core.rkt Add a function to print whole types. 2011-07-21 17:06:02 -04:00
info.rkt Remove highlights after editing. 2011-07-15 15:04:52 -04:00
language-info.rkt Remove trailing whitespace. 2011-05-18 17:09:45 -04:00
main.rkt Added legacy support for require/typed and require-typed-struct. 2011-06-29 17:38:05 -04:00
minimal.rkt Avoid providing renamed identifiers. 2011-06-22 12:40:51 -04:00
no-check.rkt Remove trailing whitespace. 2011-05-18 17:09:45 -04:00
tc-setup.rkt remove syntax certificates; add syntax taints 2011-06-29 19:15:48 -06:00
typed-reader.rkt Remove trailing whitespace. 2011-05-18 17:09:45 -04:00
typed-scheme.rkt Make sure type environment is only initialized once 2011-06-07 21:15:17 -04:00