8 lines
116 B
Racket
8 lines
116 B
Racket
#lang typed/racket
|
|
|
|
;; Make sure the Custodian type is bound
|
|
|
|
(: cust Custodian)
|
|
(define cust (current-custodian))
|
|
|