diff style.ur @ 32:d32fb0f7b137

Update for Ur/Web's new type class handling
author Adam Chlipala <adam@chlipala.net>
date Sun, 29 Jul 2012 12:28:46 -0400
parents 93140c5cc972
children
line wrap: on
line diff
--- a/style.ur	Sat Jul 21 10:15:14 2012 -0400
+++ b/style.ur	Sun Jul 29 12:28:46 2012 -0400
@@ -1,4 +1,4 @@
-class attr t = t -> css_value
+con attr t = t -> css_value
 val attr_string = atom
 fun attr_int n = atom (show n)
 val attr_url = css_url