summaryrefslogtreecommitdiff
path: root/demo/more/decision.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-11-02 15:54:22 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-11-02 15:54:22 -0500
commitba68c8b40a233798be343c6154d11c165a5b1489 (patch)
tree91f7eba1badb6416820f86e3fec513a2d40b02d2 /demo/more/decision.urs
parentf078aa703a4ba19b06e6d7c9a49fc9caae26016c (diff)
Decision status placeholder
Diffstat (limited to 'demo/more/decision.urs')
-rw-r--r--demo/more/decision.urs2
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/more/decision.urs b/demo/more/decision.urs
index d3ac0d46..9ae585b0 100644
--- a/demo/more/decision.urs
+++ b/demo/more/decision.urs
@@ -5,6 +5,8 @@ functor Make (M : sig
constraint [Id, Decision] ~ paperOther
include Conference.INPUT
where con paper = [Decision = option bool] ++ paperOther
+
+ val status : ctx ::: {Unit} -> [[Body] ~ ctx] => $paperOther -> xml ([Body] ++ ctx) [] []
end) : Conference.OUTPUT where con paper = [Decision = option bool] ++ M.paperOther
where con userId = M.userId
where con paperId = M.paperId