view tests/hyphenate.ur @ 2185:cbd294994c69

Monad.mapR3
author Adam Chlipala <adam@chlipala.net>
date Sat, 31 Oct 2015 11:49:30 -0400
parents 675ce534e3ec
children
line wrap: on
line source
style extra_special
style somewhat_special

fun main () : transaction page = return <xml><body>
  <span class={extra_special}>Test</span>
  <span class={somewhat_special}>Test</span>
</body></xml>