Move Ephemeronof documentation.

Closes PR 12952.

original commit: 0233c5a14f5d20beb30e544bca384f61af18eeb0
This commit is contained in:
Sam Tobin-Hochstadt 2012-08-23 13:15:17 -04:00
parent d970f11334
commit 2ec87e9e94

View File

@ -346,6 +346,8 @@ type @racket[_t] on each iteration.}
@defform[(Custodian-Boxof t)]{A @rtech{custodian box} of @racket[t].}
@defform[(Thread-Cellof t)]{A @rtech{thread cell} of @racket[t].}
@defform[(Ephemeronof t)]{An @rtech{ephemeron} whose value is of type @racket[t].}
@section{Syntax Objects}
@ -381,7 +383,6 @@ of type @racket[Syntax-E].}
@racket[Datum] produces a value of type @racket[Syntax]. Equivalent to
@racket[(Sexpof Syntax)].}
@defform[(Ephemeronof t)]{An @rtech{ephemeron} whose value is of type @racket[t].}
@section{Other Type Constructors}