view tests/entities.ur @ 1855:0480b8f29a47

Undo 'let' inlining tweak; improve optimization of 'case' of type 'transaction'
author Adam Chlipala <adam@chlipala.net>
date Fri, 07 Jun 2013 16:11:52 -0400
parents 1c9f8f06c1d6
children
line wrap: on
line source
fun main () : transaction page = return <xml><body>
  Hello world! &amp; so on, &copy; me today (8 &euro;)<br/>
  &spades; &clubs; &hearts; &diams;<br/>
  &dagger; DANGER &dagger;
</body></xml>