Remove dead code in an attempt to make it clear what needs to change here.
This commit is contained in:
parent
e717cbc84a
commit
dc415b21cc
|
@ -355,7 +355,6 @@ v4 todo:
|
|||
(lambda (val)
|
||||
(chk val #,(and (syntax-parameter-value #'making-a-method) #t))
|
||||
(make-contracted-function inner-lambda ctc)))])
|
||||
(values
|
||||
(syntax-property
|
||||
(syntax
|
||||
(build--> '->
|
||||
|
@ -368,13 +367,10 @@ v4 todo:
|
|||
(vector this->
|
||||
;; the -> in the original input to this guy
|
||||
(list (car (syntax-e stx)))
|
||||
'()))
|
||||
inner-args/body
|
||||
(syntax (dom-names ... rng-names ...))))))))
|
||||
'())))))))
|
||||
|
||||
(define-syntax (-> stx)
|
||||
(let-values ([(stx _1 _2) (->/proc/main stx)])
|
||||
#`(syntax-parameterize ((making-a-method #f)) #,stx)))
|
||||
#`(syntax-parameterize ((making-a-method #f)) #,(->/proc/main stx)))
|
||||
|
||||
;;
|
||||
;; arrow opter
|
||||
|
|
Loading…
Reference in New Issue
Block a user