Go to file
Robby Findler be8882a7ab adjust mzlib/contract exports to more closely match 5.3.5's exports.
There are a number of formerly-exported identifiers that are now
no longer exported:

  provide/contract-transformer?
  true-provide/contract
  replace-provide/contract-transformer-positive-blame
  make-provide/contract-transformer

These are internal bindings that should probably never have been
exported. (They weren't documented.)

There are two currently-exported identifiers that were not
exported before:

  blame-update
  contract-continuation-mark-key

The first comes because mzlib/contract re-exports
racket/contract/combinator and blame-update is a new export there (for
option contracts). The other is less clear and may be hidden
(it is also new to racket/contract).

original commit: 50a058b26954d1b63fa1f1b5cd82a73540ff0c40
2013-06-28 18:50:35 -05:00
pkgs adjust mzlib/contract exports to more closely match 5.3.5's exports. 2013-06-28 18:50:35 -05:00
racket/lib/collects Move mzlib/restart back to fix build. 2013-06-27 23:37:33 -04:00