annotate tests/post.ur @ 2257:28a541bd2d23

Use referenced (rather than all) free variables as keys for pure caches.
author Ziv Scully <ziv@mit.edu>
date Sun, 27 Sep 2015 14:46:12 -0400
parents b106ca8200b1
children
rev   line source
adam@1347 1 fun callMe n s pb = return <xml><body>
adam@1347 2 n = {[n]}<br/>
adam@1347 3 s = {[s]}<br/>
adam@1347 4 pb : {[postType pb]} = {[postData pb]}
adam@1347 5 </body></xml>