annotate 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
rev   line source
adamc@718 1 style q : []
adamc@718 2 style r : [Table, List]
adamc@718 3
adamc@718 4 fun main () : transaction page = return <xml><body>
adamc@718 5 Hi.
adamc@718 6 </body></xml>