racket/collects/mzlib/private
Stevie Strickland 2f065df887 Instead of just using the quoted versions of the contracts, actually evaluate
them, with signature elements rewritten to quoted versions of the same, so
that we get a better result for the name of the contract used by contract
errors.

svn: r13903
2009-03-03 02:00:31 +00:00
..
contract-arr-checks.ss
contract-arr-obj-helpers.ss
contract-arrow.ss got rid of define-struct/prop since scheme/base has a define-struct that does all that (and more) now 2008-09-13 16:29:01 +00:00
contract-define.ss Change this more to how it should be. 2009-01-14 21:35:07 +00:00
contract-object.ss
dmhelp.ss
increader.ss
info.ss
package-helper.ss
port.ss
runtime-path-table.ss
shared-body.ss fix shared on top-level 'list' binding 2008-11-11 17:53:12 +00:00
sigmatch.ss
sigutil.ss revised internal-definitions context and a basic 'define-package' form 2008-11-24 19:52:41 +00:00
structure-helper.ss
stxparamkey.ss
stxset.ss change contracts to reflect context via #%variable-reference instead of syntax objects; add id-less #%variable-reference form; drop link to unneeded CPort objects in delayed thunks; streamline some modules that tend to show up in deep phases 2008-11-04 14:24:12 +00:00
unit-compiletime.ss There is now a new form, define-unit/contract, that basically mixes 2009-02-14 21:32:02 +00:00
unit-contract-syntax.ss There is now a new form, define-unit/contract, that basically mixes 2009-02-14 21:32:02 +00:00
unit-contract.ss Instead of just using the quoted versions of the contracts, actually evaluate 2009-03-03 02:00:31 +00:00
unit-keywords.ss Add error checking for contracted form, also added documentation in reference 2009-01-15 00:42:49 +00:00
unit-runtime.ss
unit-syntax.ss
unit-utils.ss We can't actually change how exports are set, we can only change how they're 2009-02-28 19:46:47 +00:00
unitidmap.ss