annotate demo/more/conferenceFields.urs @ 1014:ea9f03ac2710

Chars working with SQLite
author Adam Chlipala <adamc@hcoop.net>
date Thu, 22 Oct 2009 17:36:30 -0400
parents 16f7cb0891b6
children 53a22f46f377
rev   line source
adamc@1009 1 val title : Meta.meta (string, string)
adamc@1009 2 val abstract : Meta.meta (string, string)
adamc@1011 3
adamc@1011 4 con dropdown :: (Type * Type)
adamc@1011 5 val dropdown : string -> list char -> Meta.meta dropdown