removed union from scheme/contract

svn: r8745

original commit: 79f4b8ff30fa8e8f90288e6f9dc2cbef3891a15e
This commit is contained in:
Robby Findler 2008-02-20 21:18:48 +00:00
parent 4604dc7024
commit ce59444e81

View File

@ -78,4 +78,5 @@
name-prop name-pred? name-get
stronger-prop stronger-pred? stronger-get
flat-prop flat-pred? flat-get
first-order-prop first-order-get)
first-order-prop first-order-get
(rename-out [or/c union]))