parent
c1082c9706
commit
54e3380375
|
@ -0,0 +1,14 @@
|
||||||
|
#;
|
||||||
|
(exn-pred #rx"but got a different a \\(bound in another scope\\)")
|
||||||
|
#lang typed/racket
|
||||||
|
|
||||||
|
;; Test that the error message in this case mentions
|
||||||
|
;; that the type variables look the same but are
|
||||||
|
;; different
|
||||||
|
|
||||||
|
(: f (All (a) (a -> a)))
|
||||||
|
(define (f x)
|
||||||
|
(: g (All (a) (a -> a)))
|
||||||
|
(define (g y) x)
|
||||||
|
x)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user