zo-parse update for phase-shift syntax object marshaling

original commit: 92db2b4fb3
This commit is contained in:
Matthew Flatt 2012-05-13 06:54:17 -06:00
parent 5139f5e8d6
commit 95e0451656

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))]