mgorlick / CRESTaceans

Experiments and documentation for building CREST infrastructure. This material is based upon work supported by the National Science Foundation under Grant No. 0820222.
http://www.isr.uci.edu/projects/crest/
5 stars 2 forks source link

Tuple functions reorder the tuple #12

Closed kstrasser closed 13 years ago

kstrasser commented 13 years ago

(tuple 1 3 4 6 2 2) '#( 1 3 4 6 2 2) (tuple/drop/left (tuple 1 3 4 6 2 2) 3) '#(3 4 2 2)

Seems like everything that calls tuple/copy is affected.

mgorlick commented 13 years ago

Yes, indeed. tuple/copy is the culprit and it has been fixed in a version of persistent/tuple.rkt that will be pushed to repository along with the new Motile compiler.