annotate tests/formFields.ur @ 2088:4be82596b8e3

New release
author Adam Chlipala <adam@chlipala.net>
date Sat, 06 Dec 2014 15:26:56 -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>