Fix Custodian type
This commit is contained in:
parent
4421e227ff
commit
d22532db16
6
collects/tests/typed-racket/succeed/custodian.rkt
Normal file
6
collects/tests/typed-racket/succeed/custodian.rkt
Normal file
|
@ -0,0 +1,6 @@
|
|||
#lang typed/racket
|
||||
|
||||
;; Make sure the Custodian type is bound
|
||||
|
||||
(: cust Custodian)
|
||||
(define cust (current-custodian))
|
|
@ -214,7 +214,7 @@
|
|||
(define -Special-Comment
|
||||
(make-Base 'Special-Comment #'special-comment? special-comment? #'-Special-Comment))
|
||||
|
||||
(define -Custodian (make-Base 'Custodian #'custodian? custodian? #'Custodian))
|
||||
(define -Custodian (make-Base 'Custodian #'custodian? custodian? #'-Custodian))
|
||||
|
||||
(define -Parameterization (make-Base 'Parameterization #'parameterization? parameterization? #'-Parameterization))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user