9 lines
206 B
Racket
9 lines
206 B
Racket
#;
|
|
(exn-pred #rx"Type Checker: Declaration for `n' provided, but `n' has no definition")
|
|
#lang typed/racket
|
|
|
|
;; Test for the error message for unbound module bindings
|
|
;; with type annotations
|
|
(: n String)
|
|
|