Mercurial > urweb
comparison demo/more/conferenceFields.urs @ 1032:5d9f47124c4c
Saving paper decisions
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 07 Nov 2009 11:06:38 -0500 |
parents | 53a22f46f377 |
children |
comparison
equal
deleted
inserted
replaced
1031:5dccff15fa62 | 1032:5d9f47124c4c |
---|---|
2 val abstract : Meta.meta (string, string) | 2 val abstract : Meta.meta (string, string) |
3 val commentsForAuthors : Meta.meta (string, string) | 3 val commentsForAuthors : Meta.meta (string, string) |
4 | 4 |
5 con dropdown :: (Type * Type) | 5 con dropdown :: (Type * Type) |
6 val dropdown : string -> list char -> Meta.meta dropdown | 6 val dropdown : string -> list char -> Meta.meta dropdown |
7 val dropdown_show : show dropdown.1 |