cleanup
This commit is contained in:
parent
3c223663f0
commit
c74dc2dea2
5
stlc.rkt
5
stlc.rkt
|
@ -231,11 +231,6 @@
|
|||
(syntax-parse stx #:literals (→ void)
|
||||
#:datum-literals (:t)
|
||||
[(_ :t x) #'(printf "~a : ~a\n" 'x (hash-ref runtime-env 'x))]
|
||||
[(_ void) #'(printf "ddd")]
|
||||
; [(_ check-type e ...) #'(check-type e ...)]
|
||||
; [(_ check-type-and-result e ...) #'(check-type e ...)]
|
||||
; [(_ check-type e ...) #'(check-type e ...)]
|
||||
; [(_ check-type e ...) #'(check-type e ...)]
|
||||
[(_ e_fn e_arg ...)
|
||||
#:with (e_fn+ e_arg+ ...) (stx-map expand/df #'(e_fn e_arg ...))
|
||||
#:with (→ τ ... τ_res) (typeof #'e_fn+)
|
||||
|
|
Loading…
Reference in New Issue
Block a user