summaryrefslogtreecommitdiff
path: root/demo/more/conferenceFields.urs
blob: 3a03477047de99e51f0e15339f85375f353daeaf (plain)
1
2
3
4
5
6
7
val title : Meta.meta (string, string)
val abstract : Meta.meta (string, string)
val commentsForAuthors : Meta.meta (string, string)

con dropdown :: (Type * Type)
val dropdown : string -> list char -> Meta.meta dropdown
val dropdown_show : show dropdown.1