Remove dead code in an attempt to make it clear what needs to change here.

This commit is contained in:
Stevie Strickland 2010-08-12 14:11:25 -04:00
parent e717cbc84a
commit dc415b21cc

View File

@ -355,7 +355,6 @@ v4 todo:
(lambda (val) (lambda (val)
(chk val #,(and (syntax-parameter-value #'making-a-method) #t)) (chk val #,(and (syntax-parameter-value #'making-a-method) #t))
(make-contracted-function inner-lambda ctc)))]) (make-contracted-function inner-lambda ctc)))])
(values
(syntax-property (syntax-property
(syntax (syntax
(build--> '-> (build--> '->
@ -368,13 +367,10 @@ v4 todo:
(vector this-> (vector this->
;; the -> in the original input to this guy ;; the -> in the original input to this guy
(list (car (syntax-e stx))) (list (car (syntax-e stx)))
'())) '())))))))
inner-args/body
(syntax (dom-names ... rng-names ...))))))))
(define-syntax (-> stx) (define-syntax (-> stx)
(let-values ([(stx _1 _2) (->/proc/main stx)]) #`(syntax-parameterize ((making-a-method #f)) #,(->/proc/main stx)))
#`(syntax-parameterize ((making-a-method #f)) #,stx)))
;; ;;
;; arrow opter ;; arrow opter