Mercurial > urweb
view tests/formFields.ur @ 1817:148203744882
Tweaking treatment of function application: substitute or introduce a 'let'?
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 05 Aug 2012 14:55:28 -0400 |
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>