comparison demo/more/conferenceFields.ur @ 1007:d3af9e54c828

Title and abstract
author Adam Chlipala <adamc@hcoop.net>
date Thu, 22 Oct 2009 11:37:58 -0400
parents
children 59097824f19b
comparison
equal deleted inserted replaced
1006:5a0f6ec208ce 1007:d3af9e54c828
1 open Meta
2
3 con title = (string, string)
4 val title = string "Title"
5
6 con abstract = (string, string)
7 val abstract = textarea "Abstract"