annotate tests/formFields.ur @ 2237:e79ef5792c8b

Fix bug in redundancy checking and use finer formula for UPDATE statements.
author Ziv Scully <ziv@mit.edu>
date Sun, 05 Jul 2015 23:57:28 -0700
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>