annotate tests/formFields.ur @ 2261:f81f1930c5d6

Fix SQL-parsing and declaration-ordering bugs.
author Ziv Scully <ziv@mit.edu>
date Wed, 30 Sep 2015 00:33:52 -0400
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>