summaryrefslogtreecommitdiff
path: root/demo/more/bid.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2010-12-20 19:28:41 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2010-12-20 19:28:41 -0500
commit0ecaa53f8c3951d695a4379dd1b353863749963a (patch)
treeebf76ca34c81803bf8385e4fae1e61bc5bf300d2 /demo/more/bid.urs
parent75557c308d78c533a5576f5223e7a67952761fb1 (diff)
Fix manual mistake about '@' notations; remove obsolete demos
Diffstat (limited to 'demo/more/bid.urs')
-rw-r--r--demo/more/bid.urs7
1 files changed, 0 insertions, 7 deletions
diff --git a/demo/more/bid.urs b/demo/more/bid.urs
deleted file mode 100644
index 1504c1b7..00000000
--- a/demo/more/bid.urs
+++ /dev/null
@@ -1,7 +0,0 @@
-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]