Mercurial > gui
comparison style.urs @ 29:93140c5cc972
Clean up dependencies and examples; add Style module
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 12 May 2012 10:03:44 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
28:7d0014542199 | 29:93140c5cc972 |
---|---|
1 class attr | |
2 val attr_string : attr string | |
3 val attr_int : attr int | |
4 val attr_url : attr url | |
5 val valu : t ::: Type -> attr t -> t -> css_value | |
6 | |
7 val prop1 : t ::: Type -> attr t -> string -> t -> css_style | |
8 val prop : string -> list css_value -> css_style | |
9 val props : list (string * list css_value) -> css_style |