view tests/style.ur @ 719:5c099b1308ae

hello compiles with CSS
author Adam Chlipala <adamc@hcoop.net>
date Sun, 12 Apr 2009 11:08:00 -0400
parents f152f215a02c
children acb8537f58f0
line wrap: on
line source
style q : []
style r : [Table, List]

fun main () : transaction page = return <xml><body>
  Hi.
</body></xml>