From 2ec87e9e9485e08a21ccaa9f623251642b822d89 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Thu, 23 Aug 2012 13:15:17 -0400 Subject: [PATCH] Move `Ephemeronof` documentation. Closes PR 12952. original commit: 0233c5a14f5d20beb30e544bca384f61af18eeb0 --- collects/typed-racket/scribblings/reference/types.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/typed-racket/scribblings/reference/types.scrbl b/collects/typed-racket/scribblings/reference/types.scrbl index 3c02ec5a..c446c501 100644 --- a/collects/typed-racket/scribblings/reference/types.scrbl +++ b/collects/typed-racket/scribblings/reference/types.scrbl @@ -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}