Biding -> Binding.
Closes PR13992. original commit: 4453a4318c617857fcd0d1dddc75f573e0476c07
This commit is contained in:
parent
b281083d13
commit
2796aa5481
|
@ -2,7 +2,7 @@
|
|||
(exn-pred 2)
|
||||
#lang typed/racket
|
||||
|
||||
;; make sure letrec takes into account that some bidings may be undefined
|
||||
;; make sure letrec takes into account that some bindings may be undefined
|
||||
|
||||
(+ (letrec: ([x : Float x]) x) 1) ; PR 11511
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang typed/racket
|
||||
|
||||
;; make sure letrec takes into account that some bidings may be undefined
|
||||
;; make sure letrec takes into account that some bindings may be undefined
|
||||
|
||||
(letrec: ([x : Number 3])
|
||||
x)
|
||||
|
|
Loading…
Reference in New Issue
Block a user