Mercurial > urweb
view demo/more/bid.urs @ 1321:4172863d049d
queryL1 and List.sort
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 20 Nov 2010 10:45:22 -0500 |
parents | 6bcc1020d5cd |
children |
line wrap: on
line source
con fields :: Type -> Type -> {Type} functor Make (M : Conference.INPUT) : Conference.OUTPUT where con paper = M.paper where con userId = M.userId where con paperId = M.paperId where con yourPaperTables = [Assignment = fields M.userId M.paperId]