Mercurial > urweb
annotate demo/more/bid.urs @ 1120:74f2eb3b0606
Basis.debug; more restrictive type for Basis.form; weaken definition of polymorphic-ness for especialization
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 07 Jan 2010 14:02:58 -0500 |
parents | 6bcc1020d5cd |
children |
rev | line source |
---|---|
adamc@1030 | 1 con fields :: Type -> Type -> {Type} |
adamc@1030 | 2 |
adamc@1023 | 3 functor Make (M : Conference.INPUT) : Conference.OUTPUT where con paper = M.paper |
adamc@1023 | 4 where con userId = M.userId |
adamc@1022 | 5 where con paperId = M.paperId |
adamc@1030 | 6 where con yourPaperTables = [Assignment |
adamc@1030 | 7 = fields M.userId M.paperId] |