Mercurial > urweb
view tests/toString.ur @ 1454:96353138f016
Fix bug in projection of constructors from modules in class rules.
author | Karn Kallio <kkallio@eka> |
---|---|
date | Sun, 01 May 2011 00:26:08 -0430 |
parents | df00701f2323 |
children |
line wrap: on
line source
fun main () : transaction page = return <html><body> 6 = {cdata (show _ 6)}<br/> 12.34 = {cdata (show _ 12.34)}<br/> Hi = {cdata (show _ "Hi")}<br/> False = {cdata (show _ False)}<br/> </body></html>