comparison 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
comparison
equal deleted inserted replaced
717:e28637743279 718:f152f215a02c
1 style q : []
2 style r : [Table, List]
3
4 fun main () : transaction page = return <xml><body>
5 Hi.
6 </body></xml>