view tests/style.ur @ 718:f152f215a02c

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

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