view tests/formFields.ur @ 1976:98bb0e952a11

Finish datetime -> t rename
author Patrick Hurst <phurst@mit.edu>
date Sun, 08 Dec 2013 13:14:58 -0500
parents 69daa6d70299
children
line wrap: on
line source
fun main (pb : postBody) : transaction page = return <xml><body>
  {List.mapX (fn (n, v) => <xml><li>{[n]} = {[v]}</li></xml>) (postFields pb)}
</body></xml>