comparison demo/more/bid.urs @ 1030:6bcc1020d5cd

Start of Decision
author Adam Chlipala <adamc@hcoop.net>
date Mon, 02 Nov 2009 15:48:06 -0500
parents e46227efcbba
children
comparison
equal deleted inserted replaced
1029:53a22f46f377 1030:6bcc1020d5cd
1 con fields :: Type -> Type -> {Type}
2
1 functor Make (M : Conference.INPUT) : Conference.OUTPUT where con paper = M.paper 3 functor Make (M : Conference.INPUT) : Conference.OUTPUT where con paper = M.paper
2 where con userId = M.userId 4 where con userId = M.userId
3 where con paperId = M.paperId 5 where con paperId = M.paperId
6 where con yourPaperTables = [Assignment
7 = fields M.userId M.paperId]