Renamed simple-contract and simple-flat-contract to make-contract and make-flat-contract.

svn: r18259

original commit: 1d6111c5328dc9b9ecfc14832879a7c47717d7a3
This commit is contained in:
Carl Eastlund 2010-02-22 02:51:16 +00:00
commit 8f366a3613

View File

@ -31,7 +31,7 @@
t)
(define any-wrap/c
(simple-contract
(make-contract
#:name 'Any
#:projection (compose traverse blame-original?)))