diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-09-11 18:32:41 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-09-11 18:32:41 -0400 |
commit | 42944f71120301ea2dff0e93f3a0f2e7df4a44b0 (patch) | |
tree | 527e676197eaa7c1c4377678e5e6d9731fb11a98 /lib | |
parent | 48b9d4dae3d1ca6ff39e71571a6db3a43497c9f9 (diff) |
Crud list works
Diffstat (limited to 'lib')
-rw-r--r-- | lib/basis.urs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/basis.urs b/lib/basis.urs index 8737cbde..e1cb5082 100644 --- a/lib/basis.urs +++ b/lib/basis.urs @@ -251,6 +251,7 @@ val useMore : ctx ::: {Unit} -> use1 ::: {Type} -> use2 ::: {Type} -> bind ::: { con xhtml = xml [Html] con page = xhtml [] [] con xbody = xml [Body] [] [] +con xtr = xml [Body, Tr] [] [] (*** HTML details *) |