Skip to content

Commit 0bac8fe

Browse files
committed
blah
1 parent 8a63a19 commit 0bac8fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conditionals.rkt

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262

6363
;; The introduction of has-type should have been done in vectors.rkt
6464
;; and not here because it's not needed yet. -Jeremy
65+
;; But note that we still need the (type T) form in
66+
;; 'program' because its used for printing. -Jeremy
6567
(define/public (type-check env)
6668
(lambda (e)
6769
(vomit "conditionals/type-check" e env)

0 commit comments

Comments
 (0)