typed-racket/typed-racket-test/fail/pr13588.rkt
2014-12-16 10:07:25 -05:00

6 lines
151 B
Racket

#;
(exn-pred #rx"identifier bound to a structure type")
#lang typed/racket/base
(require/typed racket/async-channel
[#:struct (async-channel +) ()])