id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,planetversion,pltversion
250,plai mutator: top-level printouts,robby,plai,"This confused me for a little while; it seems that values returned to the top-level in the mutator language don't get converted back from addresses into Scheme values. For example, the program below prints ""2"" and then ""#f"" (2 is the address where ""#f"" ended up with my stupid allocator).

#lang planet plai/plai:1:12/mutator
(allocator-setup ""no-collection-collector.ss"" 100)
(rest (cons #t #f))
(printf ""~s\n"" (rest (cons #t #f)))
",defect,closed,major,,plai/plai.plt,fixed,,,(1 12),4.2.3
