Macro stepper: fixed another foci type bug

svn: r5477

original commit: 043c5e3d8cfd15ad62fd33342b1aeb24141cfb5f
This commit is contained in:
Ryan Culpepper 2007-01-27 19:18:28 +00:00
parent ee080b92eb
commit 2b70c4eb6f

View File

@ -188,7 +188,7 @@
;; stumble : syntax exception -> Reduction
(define (stumble stx exn)
(make-misstep (current-derivation) (big-context) 'error (context)
stx stx exn))
(foci stx) stx exn))
;; stumble/E : syntax(s) syntax exn -> Reduction
(define (stumble/E focus Ee1 exn)