add @history[] notes for typed/racket/async
This commit is contained in:
parent
2dc59f7d6b
commit
3da81b5278
|
@ -71,7 +71,7 @@ The following libraries are included with Typed Racket in the
|
||||||
@defmodule/incl[typed/openssl/md5]
|
@defmodule/incl[typed/openssl/md5]
|
||||||
@defmodule/incl[typed/openssl/sha1]
|
@defmodule/incl[typed/openssl/sha1]
|
||||||
@defmodule/incl[typed/pict]
|
@defmodule/incl[typed/pict]
|
||||||
@defmodule/incl[typed/racket/async-channel]
|
@defmodule[typed/racket/async-channel @history[#:added "1.1"]]
|
||||||
@defmodule/incl[typed/rackunit]
|
@defmodule/incl[typed/rackunit]
|
||||||
@defmodule/incl[typed/srfi/14]
|
@defmodule/incl[typed/srfi/14]
|
||||||
@defmodule/incl[typed/syntax/stx]
|
@defmodule/incl[typed/syntax/stx]
|
||||||
|
|
|
@ -418,6 +418,7 @@ corresponding to @racket[trest], where @racket[bound]
|
||||||
(require typed/racket/async-channel)
|
(require typed/racket/async-channel)
|
||||||
(ann (make-async-channel) (Async-Channelof Symbol))
|
(ann (make-async-channel) (Async-Channelof Symbol))
|
||||||
]
|
]
|
||||||
|
@history[#:added "1.1"]
|
||||||
}
|
}
|
||||||
|
|
||||||
@defidform[Async-ChannelTop]{is the type of an @rtech{asynchronous channel} with unknown
|
@defidform[Async-ChannelTop]{is the type of an @rtech{asynchronous channel} with unknown
|
||||||
|
@ -426,6 +427,7 @@ corresponding to @racket[trest], where @racket[bound]
|
||||||
@racket[async-channel?].
|
@racket[async-channel?].
|
||||||
@ex[(require typed/racket/async-channel)
|
@ex[(require typed/racket/async-channel)
|
||||||
(lambda: ([x : Any]) (if (async-channel? x) x (error "not an async-channel!")))]
|
(lambda: ([x : Any]) (if (async-channel? x) x (error "not an async-channel!")))]
|
||||||
|
@history[#:added "1.1"]
|
||||||
}
|
}
|
||||||
|
|
||||||
@defform*[[(Parameterof t)
|
@defform*[[(Parameterof t)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user