zo-parse update for phase-shift syntax object marshaling

This commit is contained in:
Matthew Flatt 2012-05-13 06:54:17 -06:00
parent 562df19714
commit 92db2b4fb3

View File

@ -686,7 +686,7 @@
[(box? a)
(match (unbox a)
[(list (? symbol?) ...) (make-prune (unbox a))]
[`#(,amt ,src ,dest #f #f)
[`#(,amt ,src ,dest #f #f ,cancel-id)
(make-phase-shift amt
(parse-module-path-index cp src)
(parse-module-path-index cp dest))]