view tests/post.ur @ 1453:03642b83b57b

Fix for projection of type class constructors in signatures.
author Karn Kallio <kkallio@eka>
date Tue, 26 Apr 2011 00:11:21 -0430
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>