We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a63a19 commit 0bac8feCopy full SHA for 0bac8fe
conditionals.rkt
@@ -62,6 +62,8 @@
62
63
;; The introduction of has-type should have been done in vectors.rkt
64
;; 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
67
(define/public (type-check env)
68
(lambda (e)
69
(vomit "conditionals/type-check" e env)
0 commit comments