Mercurial > urweb
view tests/post.ur @ 2184:1ecef02f67c5
More Elaborate work to avoid instantiating unification variables with out-of-scope regular variables
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 24 Oct 2015 17:23:07 -0400 |
parents | b106ca8200b1 |
children |
line wrap: on
line source
fun callMe n s pb = return <xml><body> n = {[n]}<br/> s = {[s]}<br/> pb : {[postType pb]} = {[postData pb]} </body></xml>