Mercurial > urweb
annotate demo/more/conferenceFields.urs @ 1215:360f1ed0a969
Implemented proper congruence closure, to the point where tests/policy works
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 08 Apr 2010 12:46:21 -0400 |
parents | 5d9f47124c4c |
children |
rev | line source |
---|---|
adamc@1009 | 1 val title : Meta.meta (string, string) |
adamc@1009 | 2 val abstract : Meta.meta (string, string) |
adamc@1029 | 3 val commentsForAuthors : Meta.meta (string, string) |
adamc@1011 | 4 |
adamc@1011 | 5 con dropdown :: (Type * Type) |
adamc@1011 | 6 val dropdown : string -> list char -> Meta.meta dropdown |
adamc@1032 | 7 val dropdown_show : show dropdown.1 |