annotate tests/formFields.ur @ 2278:b7615e0ac4b0

Fix bug in and clean up free path code.
author Ziv Scully <ziv@mit.edu>
date Tue, 10 Nov 2015 12:35:00 -0500
parents 69daa6d70299
children
rev   line source
adam@1787 1 fun main (pb : postBody) : transaction page = return <xml><body>
adam@1787 2 {List.mapX (fn (n, v) => <xml><li>{[n]} = {[v]}</li></xml>) (postFields pb)}
adam@1787 3 </body></xml>