diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/style.ur	Sun Apr 12 10:08:11 2009 -0400
@@ -0,0 +1,6 @@
+style q : []
+style r : [Table, List]
+
+fun main () : transaction page = return <xml><body>
+  Hi.
+</body></xml>