annotate tests/ent.ur @ 2129:e0843b2a636d

Make flattening of reactive HTML trees iterative instead of recursive, to avoid stack overflows
author Adam Chlipala <adam@chlipala.net>
date Sun, 08 Mar 2015 11:12:28 -0400
parents af41ec2f302a
children
rev   line source
adamc@763 1 fun main () = return <xml><body>
adamc@763 2 &lt;Whoa-hoa!&gt; A&#66;CD!
adamc@763 3 </body></xml>